Class: Increase::Models::Simulations::InboundRealTimePaymentsTransferCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::InboundRealTimePaymentsTransferCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb
Overview
Instance Attribute Summary collapse
-
#account_number_id ⇒ String
The identifier of the Account Number the inbound Real-Time Payments Transfer is for.
-
#amount ⇒ Integer
The transfer amount in USD cents.
-
#debtor_account_number ⇒ String?
The account number of the account that sent the transfer.
-
#debtor_name ⇒ String?
The name provided by the sender of the transfer.
-
#debtor_routing_number ⇒ String?
The routing number of the account that sent the transfer.
-
#remittance_information ⇒ String?
Additional information included with the transfer.
-
#request_for_payment_id ⇒ String?
The identifier of a pending Request for Payment that this transfer will fulfill.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(account_number_id: , amount: , debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil, remittance_information: nil, request_for_payment_id: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see InboundRealTimePaymentsTransferCreateParams 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, 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(account_number_id: , amount: , debtor_account_number: nil, debtor_name: nil, debtor_routing_number: nil, remittance_information: nil, request_for_payment_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::Simulations::InboundRealTimePaymentsTransferCreateParams for more details.
|
|
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 54
|
Instance Attribute Details
#account_number_id ⇒ String
The identifier of the Account Number the inbound Real-Time Payments Transfer is for.
16 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 16 required :account_number_id, String |
#amount ⇒ Integer
The transfer amount in USD cents. Must be positive.
22 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 22 required :amount, Integer |
#debtor_account_number ⇒ String?
The account number of the account that sent the transfer.
28 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 28 optional :debtor_account_number, String |
#debtor_name ⇒ String?
The name provided by the sender of the transfer.
34 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 34 optional :debtor_name, String |
#debtor_routing_number ⇒ String?
The routing number of the account that sent the transfer.
40 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 40 optional :debtor_routing_number, String |
#remittance_information ⇒ String?
Additional information included with the transfer.
46 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 46 optional :remittance_information, String |
#request_for_payment_id ⇒ String?
The identifier of a pending Request for Payment that this transfer will fulfill.
52 |
# File 'lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb', line 52 optional :request_for_payment_id, String |