Class: Increase::Models::Simulations::InboundWireTransferCreateParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/increase/models/simulations/inbound_wire_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: , creditor_address_line1: nil, creditor_address_line2: nil, creditor_address_line3: nil, creditor_name: nil, debtor_address_line1: nil, debtor_address_line2: nil, debtor_address_line3: nil, debtor_name: nil, end_to_end_identification: nil, instructing_agent_routing_number: nil, instruction_identification: nil, unique_end_to_end_transaction_reference: nil, unstructured_remittance_information: nil, wire_drawdown_request_id: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see Increase::Models::Simulations::InboundWireTransferCreateParams for more details.

Parameters:

  • account_number_id (String) (defaults to: )

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

  • amount (Integer) (defaults to: )

    The transfer amount in cents. Must be positive.

  • creditor_address_line1 (String) (defaults to: nil)

    The sending bank will set creditor_address_line1 in production. You can simulate

  • creditor_address_line2 (String) (defaults to: nil)

    The sending bank will set creditor_address_line2 in production. You can simulate

  • creditor_address_line3 (String) (defaults to: nil)

    The sending bank will set creditor_address_line3 in production. You can simulate

  • creditor_name (String) (defaults to: nil)

    The sending bank will set creditor_name in production. You can simulate any valu

  • debtor_address_line1 (String) (defaults to: nil)

    The sending bank will set debtor_address_line1 in production. You can simulate a

  • debtor_address_line2 (String) (defaults to: nil)

    The sending bank will set debtor_address_line2 in production. You can simulate a

  • debtor_address_line3 (String) (defaults to: nil)

    The sending bank will set debtor_address_line3 in production. You can simulate a

  • debtor_name (String) (defaults to: nil)

    The sending bank will set debtor_name in production. You can simulate any value

  • end_to_end_identification (String) (defaults to: nil)

    The sending bank will set end_to_end_identification in production. You can simul

  • instructing_agent_routing_number (String) (defaults to: nil)

    The sending bank will set instructing_agent_routing_number in production. You ca

  • instruction_identification (String) (defaults to: nil)

    The sending bank will set instruction_identification in production. You can simu

  • unique_end_to_end_transaction_reference (String) (defaults to: nil)

    The sending bank will set unique_end_to_end_transaction_reference in production.

  • unstructured_remittance_information (String) (defaults to: nil)

    The sending bank will set unstructured_remittance_information in production. You

  • wire_drawdown_request_id (String) (defaults to: nil)

    The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfillin

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


# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 121


Instance Attribute Details

#account_number_idString

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

Returns:

  • (String)


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

required :account_number_id, String

#amountInteger

The transfer amount in cents. Must be positive.

Returns:

  • (Integer)


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

required :amount, Integer

#creditor_address_line1String?

The sending bank will set creditor_address_line1 in production. You can simulate any value here.

Returns:

  • (String, nil)


28
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 28

optional :creditor_address_line1, String

#creditor_address_line2String?

The sending bank will set creditor_address_line2 in production. You can simulate any value here.

Returns:

  • (String, nil)


35
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 35

optional :creditor_address_line2, String

#creditor_address_line3String?

The sending bank will set creditor_address_line3 in production. You can simulate any value here.

Returns:

  • (String, nil)


42
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 42

optional :creditor_address_line3, String

#creditor_nameString?

The sending bank will set creditor_name in production. You can simulate any value here.

Returns:

  • (String, nil)


49
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 49

optional :creditor_name, String

#debtor_address_line1String?

The sending bank will set debtor_address_line1 in production. You can simulate any value here.

Returns:

  • (String, nil)


56
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 56

optional :debtor_address_line1, String

#debtor_address_line2String?

The sending bank will set debtor_address_line2 in production. You can simulate any value here.

Returns:

  • (String, nil)


63
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 63

optional :debtor_address_line2, String

#debtor_address_line3String?

The sending bank will set debtor_address_line3 in production. You can simulate any value here.

Returns:

  • (String, nil)


70
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 70

optional :debtor_address_line3, String

#debtor_nameString?

The sending bank will set debtor_name in production. You can simulate any value here.

Returns:

  • (String, nil)


77
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 77

optional :debtor_name, String

#end_to_end_identificationString?

The sending bank will set end_to_end_identification in production. You can simulate any value here.

Returns:

  • (String, nil)


84
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 84

optional :end_to_end_identification, String

#instructing_agent_routing_numberString?

The sending bank will set instructing_agent_routing_number in production. You can simulate any value here.

Returns:

  • (String, nil)


91
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 91

optional :instructing_agent_routing_number, String

#instruction_identificationString?

The sending bank will set instruction_identification in production. You can simulate any value here.

Returns:

  • (String, nil)


98
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 98

optional :instruction_identification, String

#unique_end_to_end_transaction_referenceString?

The sending bank will set unique_end_to_end_transaction_reference in production. You can simulate any value here.

Returns:

  • (String, nil)


105
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 105

optional :unique_end_to_end_transaction_reference, String

#unstructured_remittance_informationString?

The sending bank will set unstructured_remittance_information in production. You can simulate any value here.

Returns:

  • (String, nil)


112
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 112

optional :unstructured_remittance_information, String

#wire_drawdown_request_idString?

The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfilling.

Returns:

  • (String, nil)


119
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 119

optional :wire_drawdown_request_id, String