Class: Increase::Models::WireDrawdownRequest
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::WireDrawdownRequest
- Defined in:
- lib/increase/models/wire_drawdown_request.rb
Overview
Defined Under Namespace
Modules: Status, Type Classes: CreditorAddress, DebtorAddress, Submission
Instance Attribute Summary collapse
-
#account_number_id ⇒ String
The Account Number to which the debtor—the recipient of this request—is being requested to send funds.
-
#amount ⇒ Integer
The amount being requested in cents.
-
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the wire drawdown request was created.
-
#creditor_address ⇒ Increase::Models::WireDrawdownRequest::CreditorAddress
The creditor’s address.
-
#creditor_name ⇒ String
The creditor’s name.
-
#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 ⇒ Increase::Models::WireDrawdownRequest::DebtorAddress
The debtor’s address.
-
#debtor_external_account_id ⇒ String?
The debtor’s external account identifier.
-
#debtor_name ⇒ String
The debtor’s name.
-
#debtor_routing_number ⇒ String
The debtor’s routing number.
-
#fulfillment_inbound_wire_transfer_id ⇒ String?
If the recipient fulfills the drawdown request by sending funds, then this will be the identifier of the corresponding Transaction.
-
#id ⇒ String
The Wire drawdown request identifier.
-
#idempotency_key ⇒ String?
The idempotency key you chose for this object.
-
#status ⇒ Symbol, Increase::Models::WireDrawdownRequest::Status
The lifecycle status of the drawdown request.
-
#submission ⇒ Increase::Models::WireDrawdownRequest::Submission?
After the drawdown request is submitted to Fedwire, this will contain supplemental details.
-
#type ⇒ Symbol, Increase::Models::WireDrawdownRequest::Type
A constant representing the object’s type.
-
#unstructured_remittance_information ⇒ String
Remittance information the debtor will see as part of the drawdown request.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(input_message_accountability_data: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see Submission 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(input_message_accountability_data: ) ⇒ Object
Some parameter documentations has been truncated, see Submission for more details.
After the drawdown request is submitted to Fedwire, this will contain supplemental details.
|
|
# File 'lib/increase/models/wire_drawdown_request.rb', line 123
|
Instance Attribute Details
#account_number_id ⇒ String
The Account Number to which the debtor—the recipient of this request—is being requested to send funds.
18 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 18 required :account_number_id, String |
#amount ⇒ Integer
The amount being requested in cents.
24 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 24 required :amount, Integer |
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the wire drawdown request was created.
31 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 31 required :created_at, Time |
#creditor_address ⇒ Increase::Models::WireDrawdownRequest::CreditorAddress
The creditor’s address.
37 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 37 required :creditor_address, -> { Increase::WireDrawdownRequest::CreditorAddress } |
#creditor_name ⇒ String
The creditor’s name.
43 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 43 required :creditor_name, String |
#currency ⇒ String
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being requested. Will always be “USD”.
50 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 50 required :currency, String |
#debtor_account_number ⇒ String
The debtor’s account number.
56 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 56 required :debtor_account_number, String |
#debtor_address ⇒ Increase::Models::WireDrawdownRequest::DebtorAddress
The debtor’s address.
62 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 62 required :debtor_address, -> { Increase::WireDrawdownRequest::DebtorAddress } |
#debtor_external_account_id ⇒ String?
The debtor’s external account identifier.
68 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 68 required :debtor_external_account_id, String, nil?: true |
#debtor_name ⇒ String
The debtor’s name.
74 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 74 required :debtor_name, String |
#debtor_routing_number ⇒ String
The debtor’s routing number.
80 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 80 required :debtor_routing_number, String |
#fulfillment_inbound_wire_transfer_id ⇒ String?
If the recipient fulfills the drawdown request by sending funds, then this will be the identifier of the corresponding Transaction.
87 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 87 required :fulfillment_inbound_wire_transfer_id, String, nil?: true |
#id ⇒ String
The Wire drawdown request identifier.
11 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 11 required :id, String |
#idempotency_key ⇒ String?
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](increase.com/documentation/idempotency-keys).
95 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 95 required :idempotency_key, String, nil?: true |
#status ⇒ Symbol, Increase::Models::WireDrawdownRequest::Status
The lifecycle status of the drawdown request.
101 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 101 required :status, enum: -> { Increase::WireDrawdownRequest::Status } |
#submission ⇒ Increase::Models::WireDrawdownRequest::Submission?
After the drawdown request is submitted to Fedwire, this will contain supplemental details.
108 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 108 required :submission, -> { Increase::WireDrawdownRequest::Submission }, nil?: true |
#type ⇒ Symbol, Increase::Models::WireDrawdownRequest::Type
A constant representing the object’s type. For this resource it will always be ‘wire_drawdown_request`.
115 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 115 required :type, enum: -> { Increase::WireDrawdownRequest::Type } |
#unstructured_remittance_information ⇒ String
Remittance information the debtor will see as part of the drawdown request.
121 |
# File 'lib/increase/models/wire_drawdown_request.rb', line 121 required :unstructured_remittance_information, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/wire_drawdown_request.rb', line 306
|