Class: Increase::Models::InboundWireDrawdownRequest
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::InboundWireDrawdownRequest
- Defined in:
- lib/increase/models/inbound_wire_drawdown_request.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The amount being requested in cents.
-
#beneficiary_account_number ⇒ String
The drawdown request’s beneficiary’s account number.
-
#beneficiary_address_line1 ⇒ String?
Line 1 of the drawdown request’s beneficiary’s address.
-
#beneficiary_address_line2 ⇒ String?
Line 2 of the drawdown request’s beneficiary’s address.
-
#beneficiary_address_line3 ⇒ String?
Line 3 of the drawdown request’s beneficiary’s address.
-
#beneficiary_name ⇒ String?
The drawdown request’s beneficiary’s name.
-
#beneficiary_routing_number ⇒ String
The drawdown request’s beneficiary’s routing number.
-
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown requested was created.
-
#currency ⇒ String
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being requested.
-
#id ⇒ String
The Wire drawdown request identifier.
-
#message_to_recipient ⇒ String?
A message from the drawdown request’s originator.
-
#originator_account_number ⇒ String?
The drawdown request’s originator’s account number.
-
#originator_address_line1 ⇒ String?
Line 1 of the drawdown request’s originator’s address.
-
#originator_address_line2 ⇒ String?
Line 2 of the drawdown request’s originator’s address.
-
#originator_address_line3 ⇒ String?
Line 3 of the drawdown request’s originator’s address.
-
#originator_name ⇒ String?
The drawdown request’s originator’s name.
-
#originator_routing_number ⇒ String
The drawdown request’s originator’s routing number.
-
#originator_to_beneficiary_information_line1 ⇒ String?
Line 1 of the information conveyed from the originator of the message to the beneficiary.
-
#originator_to_beneficiary_information_line2 ⇒ String?
Line 2 of the information conveyed from the originator of the message to the beneficiary.
-
#originator_to_beneficiary_information_line3 ⇒ String?
Line 3 of the information conveyed from the originator of the message to the beneficiary.
-
#originator_to_beneficiary_information_line4 ⇒ String?
Line 4 of the information conveyed from the originator of the message to the beneficiary.
-
#recipient_account_number_id ⇒ String
The Account Number from which the recipient of this request is being requested to send funds.
-
#type ⇒ Symbol, Increase::Models::InboundWireDrawdownRequest::Type
A constant representing the object’s type.
Instance Method Summary collapse
-
#initialize(id: , amount: , beneficiary_account_number: , beneficiary_address_line1: , beneficiary_address_line2: , beneficiary_address_line3: , beneficiary_name: , beneficiary_routing_number: , created_at: , currency: , message_to_recipient: , originator_account_number: , originator_address_line1: , originator_address_line2: , originator_address_line3: , originator_name: , originator_routing_number: , originator_to_beneficiary_information_line1: , originator_to_beneficiary_information_line2: , originator_to_beneficiary_information_line3: , originator_to_beneficiary_information_line4: , recipient_account_number_id: , type: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see InboundWireDrawdownRequest for more details.
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(id: , amount: , beneficiary_account_number: , beneficiary_address_line1: , beneficiary_address_line2: , beneficiary_address_line3: , beneficiary_name: , beneficiary_routing_number: , created_at: , currency: , message_to_recipient: , originator_account_number: , originator_address_line1: , originator_address_line2: , originator_address_line3: , originator_name: , originator_routing_number: , originator_to_beneficiary_information_line1: , originator_to_beneficiary_information_line2: , originator_to_beneficiary_information_line3: , originator_to_beneficiary_information_line4: , recipient_account_number_id: , type: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::InboundWireDrawdownRequest for more details.
Inbound wire drawdown requests are requests from someone else to send them a wire. For more information, see our [Wire Drawdown Requests documentation](/documentation/wire-drawdown-requests).
|
|
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 153
|
Instance Attribute Details
#amount ⇒ Integer
The amount being requested in cents.
17 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 17 required :amount, Integer |
#beneficiary_account_number ⇒ String
The drawdown request’s beneficiary’s account number.
23 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 23 required :beneficiary_account_number, String |
#beneficiary_address_line1 ⇒ String?
Line 1 of the drawdown request’s beneficiary’s address.
29 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 29 required :beneficiary_address_line1, String, nil?: true |
#beneficiary_address_line2 ⇒ String?
Line 2 of the drawdown request’s beneficiary’s address.
35 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 35 required :beneficiary_address_line2, String, nil?: true |
#beneficiary_address_line3 ⇒ String?
Line 3 of the drawdown request’s beneficiary’s address.
41 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 41 required :beneficiary_address_line3, String, nil?: true |
#beneficiary_name ⇒ String?
The drawdown request’s beneficiary’s name.
47 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 47 required :beneficiary_name, String, nil?: true |
#beneficiary_routing_number ⇒ String
The drawdown request’s beneficiary’s routing number.
53 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 53 required :beneficiary_routing_number, String |
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown requested was created.
60 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 60 required :created_at, Time |
#currency ⇒ String
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being requested. Will always be “USD”.
67 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 67 required :currency, String |
#id ⇒ String
The Wire drawdown request identifier.
11 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 11 required :id, String |
#message_to_recipient ⇒ String?
A message from the drawdown request’s originator.
73 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 73 required :message_to_recipient, String, nil?: true |
#originator_account_number ⇒ String?
The drawdown request’s originator’s account number.
79 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 79 required :originator_account_number, String, nil?: true |
#originator_address_line1 ⇒ String?
Line 1 of the drawdown request’s originator’s address.
85 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 85 required :originator_address_line1, String, nil?: true |
#originator_address_line2 ⇒ String?
Line 2 of the drawdown request’s originator’s address.
91 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 91 required :originator_address_line2, String, nil?: true |
#originator_address_line3 ⇒ String?
Line 3 of the drawdown request’s originator’s address.
97 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 97 required :originator_address_line3, String, nil?: true |
#originator_name ⇒ String?
The drawdown request’s originator’s name.
103 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 103 required :originator_name, String, nil?: true |
#originator_routing_number ⇒ String
The drawdown request’s originator’s routing number.
109 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 109 required :originator_routing_number, String |
#originator_to_beneficiary_information_line1 ⇒ String?
Line 1 of the information conveyed from the originator of the message to the beneficiary.
116 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 116 required :originator_to_beneficiary_information_line1, String, nil?: true |
#originator_to_beneficiary_information_line2 ⇒ String?
Line 2 of the information conveyed from the originator of the message to the beneficiary.
123 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 123 required :originator_to_beneficiary_information_line2, String, nil?: true |
#originator_to_beneficiary_information_line3 ⇒ String?
Line 3 of the information conveyed from the originator of the message to the beneficiary.
130 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 130 required :originator_to_beneficiary_information_line3, String, nil?: true |
#originator_to_beneficiary_information_line4 ⇒ String?
Line 4 of the information conveyed from the originator of the message to the beneficiary.
137 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 137 required :originator_to_beneficiary_information_line4, String, nil?: true |
#recipient_account_number_id ⇒ String
The Account Number from which the recipient of this request is being requested to send funds.
144 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 144 required :recipient_account_number_id, String |
#type ⇒ Symbol, Increase::Models::InboundWireDrawdownRequest::Type
A constant representing the object’s type. For this resource it will always be ‘inbound_wire_drawdown_request`.
151 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 151 required :type, enum: -> { Increase::InboundWireDrawdownRequest::Type } |