Class: Increase::Models::WireDrawdownRequestCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::WireDrawdownRequestCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/wire_drawdown_request_create_params.rb
Overview
Instance Attribute Summary collapse
-
#account_number_id ⇒ String
The Account Number to which the recipient should send funds.
-
#amount ⇒ Integer
The amount requested from the recipient, in USD cents.
-
#message_to_recipient ⇒ String
A message the recipient will see as part of the request.
-
#originator_address_line1 ⇒ String?
The drawdown request originator’s address line 1.
-
#originator_address_line2 ⇒ String?
The drawdown request originator’s address line 2.
-
#originator_address_line3 ⇒ String?
The drawdown request originator’s address line 3.
-
#originator_name ⇒ String?
The drawdown request originator’s name.
-
#recipient_account_number ⇒ String
The drawdown request’s recipient’s account number.
-
#recipient_address_line1 ⇒ String?
Line 1 of the drawdown request’s recipient’s address.
-
#recipient_address_line2 ⇒ String?
Line 2 of the drawdown request’s recipient’s address.
-
#recipient_address_line3 ⇒ String?
Line 3 of the drawdown request’s recipient’s address.
-
#recipient_name ⇒ String
The drawdown request’s recipient’s name.
-
#recipient_routing_number ⇒ String
The drawdown request’s recipient’s routing number.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(account_number_id: , amount: , message_to_recipient: , recipient_account_number: , recipient_name: , recipient_routing_number: , originator_address_line1: nil, originator_address_line2: nil, originator_address_line3: nil, originator_name: nil, recipient_address_line1: nil, recipient_address_line2: nil, recipient_address_line3: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see WireDrawdownRequestCreateParams 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, 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(account_number_id: , amount: , message_to_recipient: , recipient_account_number: , recipient_name: , recipient_routing_number: , originator_address_line1: nil, originator_address_line2: nil, originator_address_line3: nil, originator_name: nil, recipient_address_line1: nil, recipient_address_line2: nil, recipient_address_line3: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::WireDrawdownRequestCreateParams for more details.
|
|
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 96
|
Instance Attribute Details
#account_number_id ⇒ String
The Account Number to which the recipient should send funds.
14 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 14 required :account_number_id, String |
#amount ⇒ Integer
The amount requested from the recipient, in USD cents.
20 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 20 required :amount, Integer |
#message_to_recipient ⇒ String
A message the recipient will see as part of the request.
26 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 26 required :message_to_recipient, String |
#originator_address_line1 ⇒ String?
The drawdown request originator’s address line 1. This is only necessary if you’re requesting a payment to a commingled account. Otherwise, we’ll use the associated entity’s details.
52 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 52 optional :originator_address_line1, String |
#originator_address_line2 ⇒ String?
The drawdown request originator’s address line 2. This is only necessary if you’re requesting a payment to a commingled account. Otherwise, we’ll use the associated entity’s details.
60 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 60 optional :originator_address_line2, String |
#originator_address_line3 ⇒ String?
The drawdown request originator’s address line 3. This is only necessary if you’re requesting a payment to a commingled account. Otherwise, we’ll use the associated entity’s details.
68 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 68 optional :originator_address_line3, String |
#originator_name ⇒ String?
The drawdown request originator’s name. This is only necessary if you’re requesting a payment to a commingled account. Otherwise, we’ll use the associated entity’s details.
76 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 76 optional :originator_name, String |
#recipient_account_number ⇒ String
The drawdown request’s recipient’s account number.
32 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 32 required :recipient_account_number, String |
#recipient_address_line1 ⇒ String?
Line 1 of the drawdown request’s recipient’s address.
82 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 82 optional :recipient_address_line1, String |
#recipient_address_line2 ⇒ String?
Line 2 of the drawdown request’s recipient’s address.
88 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 88 optional :recipient_address_line2, String |
#recipient_address_line3 ⇒ String?
Line 3 of the drawdown request’s recipient’s address.
94 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 94 optional :recipient_address_line3, String |
#recipient_name ⇒ String
The drawdown request’s recipient’s name.
38 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 38 required :recipient_name, String |
#recipient_routing_number ⇒ String
The drawdown request’s recipient’s routing number.
44 |
# File 'lib/increase/models/wire_drawdown_request_create_params.rb', line 44 required :recipient_routing_number, String |