Class: Increase::Models::RealTimePaymentsTransfer
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimePaymentsTransfer
- Defined in:
- lib/increase/models/real_time_payments_transfer.rb
Overview
Defined Under Namespace
Modules: Currency, Status, Type Classes: Acknowledgement, Approval, Cancellation, CreatedBy, Rejection, Submission
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Account from which the transfer was sent.
-
#acknowledgement ⇒ Increase::Models::RealTimePaymentsTransfer::Acknowledgement?
If the transfer is acknowledged by the recipient bank, this will contain supplemental details.
-
#amount ⇒ Integer
The transfer amount in USD cents.
-
#approval ⇒ Increase::Models::RealTimePaymentsTransfer::Approval?
If your account requires approvals for transfers and the transfer was approved, this will contain details of the approval.
-
#cancellation ⇒ Increase::Models::RealTimePaymentsTransfer::Cancellation?
If your account requires approvals for transfers and the transfer was not approved, this will contain details of the cancellation.
-
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was created.
-
#created_by ⇒ Increase::Models::RealTimePaymentsTransfer::CreatedBy?
What object created the transfer, either via the API or the dashboard.
-
#creditor_name ⇒ String
The name of the transfer’s recipient.
-
#currency ⇒ Symbol, Increase::Models::RealTimePaymentsTransfer::Currency
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the transfer’s currency.
-
#debtor_name ⇒ String?
The name of the transfer’s sender.
-
#destination_account_number ⇒ String
The destination account number.
-
#destination_routing_number ⇒ String
The destination American Bankers’ Association (ABA) Routing Transit Number (RTN).
-
#external_account_id ⇒ String?
The identifier of the External Account the transfer was made to, if any.
-
#id ⇒ String
The Real-Time Payments Transfer’s identifier.
-
#idempotency_key ⇒ String?
The idempotency key you chose for this object.
-
#pending_transaction_id ⇒ String?
The ID for the pending transaction representing the transfer.
-
#rejection ⇒ Increase::Models::RealTimePaymentsTransfer::Rejection?
If the transfer is rejected by Real-Time Payments or the destination financial institution, this will contain supplemental details.
-
#remittance_information ⇒ String
Unstructured information that will show on the recipient’s bank statement.
-
#source_account_number_id ⇒ String
The Account Number the recipient will see as having sent the transfer.
-
#status ⇒ Symbol, Increase::Models::RealTimePaymentsTransfer::Status
The lifecycle status of the transfer.
-
#submission ⇒ Increase::Models::RealTimePaymentsTransfer::Submission?
After the transfer is submitted to Real-Time Payments, this will contain supplemental details.
-
#transaction_id ⇒ String?
The Transaction funding the transfer once it is complete.
-
#type ⇒ Symbol, Increase::Models::RealTimePaymentsTransfer::Type
A constant representing the object’s type.
-
#ultimate_creditor_name ⇒ String?
The name of the ultimate recipient of the transfer.
-
#ultimate_debtor_name ⇒ String?
The name of the ultimate sender of the transfer.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(submitted_at: , transaction_identification: ) ⇒ 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(submitted_at: , transaction_identification: ) ⇒ Object
Some parameter documentations has been truncated, see Submission for more details.
After the transfer is submitted to Real-Time Payments, this will contain supplemental details.
|
|
# File 'lib/increase/models/real_time_payments_transfer.rb', line 175
|
Instance Attribute Details
#account_id ⇒ String
The Account from which the transfer was sent.
17 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 17 required :account_id, String |
#acknowledgement ⇒ Increase::Models::RealTimePaymentsTransfer::Acknowledgement?
If the transfer is acknowledged by the recipient bank, this will contain supplemental details.
24 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 24 required :acknowledgement, -> { Increase::RealTimePaymentsTransfer::Acknowledgement }, nil?: true |
#amount ⇒ Integer
The transfer amount in USD cents.
30 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 30 required :amount, Integer |
#approval ⇒ Increase::Models::RealTimePaymentsTransfer::Approval?
If your account requires approvals for transfers and the transfer was approved, this will contain details of the approval.
37 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 37 required :approval, -> { Increase::RealTimePaymentsTransfer::Approval }, nil?: true |
#cancellation ⇒ Increase::Models::RealTimePaymentsTransfer::Cancellation?
If your account requires approvals for transfers and the transfer was not approved, this will contain details of the cancellation.
44 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 44 required :cancellation, -> { Increase::RealTimePaymentsTransfer::Cancellation }, nil?: true |
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was created.
51 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 51 required :created_at, Time |
#created_by ⇒ Increase::Models::RealTimePaymentsTransfer::CreatedBy?
What object created the transfer, either via the API or the dashboard.
57 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 57 required :created_by, -> { Increase::RealTimePaymentsTransfer::CreatedBy }, nil?: true |
#creditor_name ⇒ String
The name of the transfer’s recipient. This is set by the sender when creating the transfer.
64 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 64 required :creditor_name, String |
#currency ⇒ Symbol, Increase::Models::RealTimePaymentsTransfer::Currency
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the transfer’s currency. For real-time payments transfers this is always equal to ‘USD`.
71 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 71 required :currency, enum: -> { Increase::RealTimePaymentsTransfer::Currency } |
#debtor_name ⇒ String?
The name of the transfer’s sender. If not provided, defaults to the name of the account’s entity.
78 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 78 required :debtor_name, String, nil?: true |
#destination_account_number ⇒ String
The destination account number.
84 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 84 required :destination_account_number, String |
#destination_routing_number ⇒ String
The destination American Bankers’ Association (ABA) Routing Transit Number (RTN).
91 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 91 required :destination_routing_number, String |
#external_account_id ⇒ String?
The identifier of the External Account the transfer was made to, if any.
97 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 97 required :external_account_id, String, nil?: true |
#id ⇒ String
The Real-Time Payments Transfer’s identifier.
11 |
# File 'lib/increase/models/real_time_payments_transfer.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).
105 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 105 required :idempotency_key, String, nil?: true |
#pending_transaction_id ⇒ String?
The ID for the pending transaction representing the transfer. A pending transaction is created when the transfer [requires approval](increase.com/documentation/transfer-approvals#transfer-approvals) by someone else in your organization.
114 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 114 required :pending_transaction_id, String, nil?: true |
#rejection ⇒ Increase::Models::RealTimePaymentsTransfer::Rejection?
If the transfer is rejected by Real-Time Payments or the destination financial institution, this will contain supplemental details.
121 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 121 required :rejection, -> { Increase::RealTimePaymentsTransfer::Rejection }, nil?: true |
#remittance_information ⇒ String
Unstructured information that will show on the recipient’s bank statement.
127 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 127 required :remittance_information, String |
#source_account_number_id ⇒ String
The Account Number the recipient will see as having sent the transfer.
133 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 133 required :source_account_number_id, String |
#status ⇒ Symbol, Increase::Models::RealTimePaymentsTransfer::Status
The lifecycle status of the transfer.
139 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 139 required :status, enum: -> { Increase::RealTimePaymentsTransfer::Status } |
#submission ⇒ Increase::Models::RealTimePaymentsTransfer::Submission?
After the transfer is submitted to Real-Time Payments, this will contain supplemental details.
146 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 146 required :submission, -> { Increase::RealTimePaymentsTransfer::Submission }, nil?: true |
#transaction_id ⇒ String?
The Transaction funding the transfer once it is complete.
152 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 152 required :transaction_id, String, nil?: true |
#type ⇒ Symbol, Increase::Models::RealTimePaymentsTransfer::Type
A constant representing the object’s type. For this resource it will always be ‘real_time_payments_transfer`.
159 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 159 required :type, enum: -> { Increase::RealTimePaymentsTransfer::Type } |
#ultimate_creditor_name ⇒ String?
The name of the ultimate recipient of the transfer. Set this if the creditor is an intermediary receiving the payment for someone else.
166 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 166 required :ultimate_creditor_name, String, nil?: true |
#ultimate_debtor_name ⇒ String?
The name of the ultimate sender of the transfer. Set this if the funds are being sent on behalf of someone who is not the account holder at Increase.
173 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 173 required :ultimate_debtor_name, String, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/real_time_payments_transfer.rb', line 414
|