Class: Increase::Models::Simulations::InboundFednowTransferCreateParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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

Parameters:

  • account_number_id (String) (defaults to: )

    The identifier of the Account Number the inbound FedNow Transfer is for.

  • amount (Integer) (defaults to: )

    The transfer amount in USD cents. Must be positive.

  • debtor_account_number (String) (defaults to: nil)

    The account number of the account that sent the transfer.

  • debtor_name (String) (defaults to: nil)

    The name provided by the sender of the transfer.

  • debtor_routing_number (String) (defaults to: nil)

    The routing number of the account that sent the transfer.

  • unstructured_remittance_information (String) (defaults to: nil)

    Additional information included with the transfer.

  • request_options (Increase::RequestOptions, Hash{Symbol=>Object}) (defaults to: {})


# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 47


Instance Attribute Details

#account_number_idString

The identifier of the Account Number the inbound FedNow Transfer is for.

Returns:

  • (String)


15
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 15

required :account_number_id, String

#amountInteger

The transfer amount in USD cents. Must be positive.

Returns:

  • (Integer)


21
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 21

required :amount, Integer

#debtor_account_numberString?

The account number of the account that sent the transfer.

Returns:

  • (String, nil)


27
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 27

optional :debtor_account_number, String

#debtor_nameString?

The name provided by the sender of the transfer.

Returns:

  • (String, nil)


33
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 33

optional :debtor_name, String

#debtor_routing_numberString?

The routing number of the account that sent the transfer.

Returns:

  • (String, nil)


39
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 39

optional :debtor_routing_number, String

#unstructured_remittance_informationString?

Additional information included with the transfer.

Returns:

  • (String, nil)


45
# File 'lib/increase/models/simulations/inbound_fednow_transfer_create_params.rb', line 45

optional :unstructured_remittance_information, String