Class: Increase::Models::Simulations::InboundWireDrawdownRequestCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::InboundWireDrawdownRequestCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb
Overview
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The amount being requested in cents.
-
#creditor_account_number ⇒ String
The creditor’s account number.
-
#creditor_address_line1 ⇒ String?
A free-form address field set by the sender representing the first line of the creditor’s address.
-
#creditor_address_line2 ⇒ String?
A free-form address field set by the sender representing the second line of the creditor’s address.
-
#creditor_address_line3 ⇒ String?
A free-form address field set by the sender representing the third line of the creditor’s address.
-
#creditor_name ⇒ String?
A free-form name field set by the sender representing the creditor’s name.
-
#creditor_routing_number ⇒ String
The creditor’s routing number.
-
#currency ⇒ String
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being requested.
-
#debtor_account_number ⇒ String?
The debtor’s account number.
-
#debtor_address_line1 ⇒ String?
A free-form address field set by the sender representing the first line of the debtor’s address.
-
#debtor_address_line2 ⇒ String?
A free-form address field set by the sender representing the second line of the debtor’s address.
-
#debtor_address_line3 ⇒ String?
A free-form address field set by the sender.
-
#debtor_name ⇒ String?
A free-form name field set by the sender representing the debtor’s name.
-
#debtor_routing_number ⇒ String?
The debtor’s routing number.
-
#end_to_end_identification ⇒ String?
A free-form reference string set by the sender, to help identify the transfer.
-
#instruction_identification ⇒ String?
The sending bank’s identifier for the wire transfer.
-
#recipient_account_number_id ⇒ String
The Account Number to which the recipient of this request is being requested to send funds from.
-
#unique_end_to_end_transaction_reference ⇒ String?
The Unique End-to-end Transaction Reference ([UETR](www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) of the transfer.
-
#unstructured_remittance_information ⇒ String?
A free-form message set by the sender.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(amount: , creditor_account_number: , creditor_routing_number: , currency: , recipient_account_number_id: , creditor_address_line1: nil, creditor_address_line2: nil, creditor_address_line3: nil, creditor_name: nil, debtor_account_number: nil, debtor_address_line1: nil, debtor_address_line2: nil, debtor_address_line3: nil, debtor_name: nil, debtor_routing_number: nil, end_to_end_identification: nil, instruction_identification: nil, unique_end_to_end_transaction_reference: nil, unstructured_remittance_information: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see InboundWireDrawdownRequestCreateParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(amount: , creditor_account_number: , creditor_routing_number: , currency: , recipient_account_number_id: , creditor_address_line1: nil, creditor_address_line2: nil, creditor_address_line3: nil, creditor_name: nil, debtor_account_number: nil, debtor_address_line1: nil, debtor_address_line2: nil, debtor_address_line3: nil, debtor_name: nil, debtor_routing_number: nil, end_to_end_identification: nil, instruction_identification: nil, unique_end_to_end_transaction_reference: nil, unstructured_remittance_information: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::Simulations::InboundWireDrawdownRequestCreateParams for more details.
|
|
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 134
|
Instance Attribute Details
#amount ⇒ Integer
The amount being requested in cents.
15 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 15 required :amount, Integer |
#creditor_account_number ⇒ String
The creditor’s account number.
21 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 21 required :creditor_account_number, String |
#creditor_address_line1 ⇒ String?
A free-form address field set by the sender representing the first line of the creditor’s address.
48 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 48 optional :creditor_address_line1, String |
#creditor_address_line2 ⇒ String?
A free-form address field set by the sender representing the second line of the creditor’s address.
55 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 55 optional :creditor_address_line2, String |
#creditor_address_line3 ⇒ String?
A free-form address field set by the sender representing the third line of the creditor’s address.
62 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 62 optional :creditor_address_line3, String |
#creditor_name ⇒ String?
A free-form name field set by the sender representing the creditor’s name.
68 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 68 optional :creditor_name, String |
#creditor_routing_number ⇒ String
The creditor’s routing number.
27 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 27 required :creditor_routing_number, String |
#currency ⇒ String
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being requested. Will always be “USD”.
34 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 34 required :currency, String |
#debtor_account_number ⇒ String?
The debtor’s account number.
74 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 74 optional :debtor_account_number, String |
#debtor_address_line1 ⇒ String?
A free-form address field set by the sender representing the first line of the debtor’s address.
81 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 81 optional :debtor_address_line1, String |
#debtor_address_line2 ⇒ String?
A free-form address field set by the sender representing the second line of the debtor’s address.
88 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 88 optional :debtor_address_line2, String |
#debtor_address_line3 ⇒ String?
A free-form address field set by the sender.
94 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 94 optional :debtor_address_line3, String |
#debtor_name ⇒ String?
A free-form name field set by the sender representing the debtor’s name.
100 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 100 optional :debtor_name, String |
#debtor_routing_number ⇒ String?
The debtor’s routing number.
106 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 106 optional :debtor_routing_number, String |
#end_to_end_identification ⇒ String?
A free-form reference string set by the sender, to help identify the transfer.
112 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 112 optional :end_to_end_identification, String |
#instruction_identification ⇒ String?
The sending bank’s identifier for the wire transfer.
118 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 118 optional :instruction_identification, String |
#recipient_account_number_id ⇒ String
The Account Number to which the recipient of this request is being requested to send funds from.
41 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 41 required :recipient_account_number_id, String |
#unique_end_to_end_transaction_reference ⇒ String?
The Unique End-to-end Transaction Reference ([UETR](www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) of the transfer.
126 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 126 optional :unique_end_to_end_transaction_reference, String |
#unstructured_remittance_information ⇒ String?
A free-form message set by the sender.
132 |
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 132 optional :unstructured_remittance_information, String |