Class: Increase::Models::Simulations::InboundFednowTransferCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::InboundFednowTransferCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb
Overview
Instance Attribute Summary collapse
-
#account_number_id ⇒ String
The identifier of the Account Number the inbound FedNow 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.
-
#unstructured_remittance_information ⇒ String?
Additional information included with the transfer.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
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, unstructured_remittance_information: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 47
|
Instance Attribute Details
#account_number_id ⇒ String
The identifier of the Account Number the inbound FedNow Transfer is for.
15 |
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 15 required :account_number_id, String |
#amount ⇒ Integer
The transfer amount in USD cents. Must be positive.
21 |
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 21 required :amount, Integer |
#debtor_account_number ⇒ String?
The account number of the account that sent the transfer.
27 |
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 27 optional :debtor_account_number, String |
#debtor_name ⇒ String?
The name provided by the sender of the transfer.
33 |
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 33 optional :debtor_name, String |
#debtor_routing_number ⇒ String?
The routing number of the account that sent the transfer.
39 |
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 39 optional :debtor_routing_number, String |
#unstructured_remittance_information ⇒ String?
Additional information included with the transfer.
45 |
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 45 optional :unstructured_remittance_information, String |