Class: Increase::Models::InboundWireDrawdownRequest
- Defined in:
- lib/increase/models/inbound_wire_drawdown_request.rb
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 ⇒ String
The ISO 8601 date and time at which the inbound wire drawdown requested was created.
-
#currency ⇒ String
The 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
A constant representing the object's type.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#amount ⇒ Integer
The amount being requested in cents.
14 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 14 required :amount, Integer |
#beneficiary_account_number ⇒ String
The drawdown request's beneficiary's account number.
19 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 19 required :beneficiary_account_number, String |
#beneficiary_address_line1 ⇒ String
Line 1 of the drawdown request's beneficiary's address.
24 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 24 required :beneficiary_address_line1, String |
#beneficiary_address_line2 ⇒ String
Line 2 of the drawdown request's beneficiary's address.
29 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 29 required :beneficiary_address_line2, String |
#beneficiary_address_line3 ⇒ String
Line 3 of the drawdown request's beneficiary's address.
34 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 34 required :beneficiary_address_line3, String |
#beneficiary_name ⇒ String
The drawdown request's beneficiary's name.
39 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 39 required :beneficiary_name, String |
#beneficiary_routing_number ⇒ String
The drawdown request's beneficiary's routing number.
44 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 44 required :beneficiary_routing_number, String |
#created_at ⇒ String
The ISO 8601 date and time at which the inbound wire drawdown requested was created.
49 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 49 required :created_at, String |
#currency ⇒ String
The ISO 4217 code for the amount being requested. Will always be "USD".
54 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 54 required :currency, String |
#id ⇒ String
The Wire drawdown request identifier.
9 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 9 required :id, String |
#message_to_recipient ⇒ String
A message from the drawdown request's originator.
59 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 59 required :message_to_recipient, String |
#originator_account_number ⇒ String
The drawdown request's originator's account number.
64 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 64 required :originator_account_number, String |
#originator_address_line1 ⇒ String
Line 1 of the drawdown request's originator's address.
69 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 69 required :originator_address_line1, String |
#originator_address_line2 ⇒ String
Line 2 of the drawdown request's originator's address.
74 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 74 required :originator_address_line2, String |
#originator_address_line3 ⇒ String
Line 3 of the drawdown request's originator's address.
79 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 79 required :originator_address_line3, String |
#originator_name ⇒ String
The drawdown request's originator's name.
84 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 84 required :originator_name, String |
#originator_routing_number ⇒ String
The drawdown request's originator's routing number.
89 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 89 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.
94 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 94 required :originator_to_beneficiary_information_line1, String |
#originator_to_beneficiary_information_line2 ⇒ String
Line 2 of the information conveyed from the originator of the message to the beneficiary.
99 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 99 required :originator_to_beneficiary_information_line2, String |
#originator_to_beneficiary_information_line3 ⇒ String
Line 3 of the information conveyed from the originator of the message to the beneficiary.
104 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 104 required :originator_to_beneficiary_information_line3, String |
#originator_to_beneficiary_information_line4 ⇒ String
Line 4 of the information conveyed from the originator of the message to the beneficiary.
109 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 109 required :originator_to_beneficiary_information_line4, String |
#recipient_account_number_id ⇒ String
The Account Number from which the recipient of this request is being requested to send funds.
114 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 114 required :recipient_account_number_id, String |
#type ⇒ Symbol
A constant representing the object's type. For this resource it will always be inbound_wire_drawdown_request
.
119 |
# File 'lib/increase/models/inbound_wire_drawdown_request.rb', line 119 required :type, Increase::Enum.new(:inbound_wire_drawdown_request) |