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, 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: , beneficiary_address_line1: nil, beneficiary_address_line2: nil, beneficiary_address_line3: nil, beneficiary_name: nil, beneficiary_reference: nil, originator_address_line1: nil, originator_address_line2: nil, originator_address_line3: nil, originator_name: nil, originator_routing_number: nil, originator_to_beneficiary_information_line1: nil, originator_to_beneficiary_information_line2: nil, originator_to_beneficiary_information_line3: nil, originator_to_beneficiary_information_line4: nil, sender_reference: 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.

  • beneficiary_address_line1 (String) (defaults to: nil)

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

  • beneficiary_address_line2 (String) (defaults to: nil)

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

  • beneficiary_address_line3 (String) (defaults to: nil)

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

  • beneficiary_name (String) (defaults to: nil)

    The sending bank will set beneficiary_name in production. You can simulate any v

  • beneficiary_reference (String) (defaults to: nil)

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

  • originator_address_line1 (String) (defaults to: nil)

    The sending bank will set originator_address_line1 in production. You can simula

  • originator_address_line2 (String) (defaults to: nil)

    The sending bank will set originator_address_line2 in production. You can simula

  • originator_address_line3 (String) (defaults to: nil)

    The sending bank will set originator_address_line3 in production. You can simula

  • originator_name (String) (defaults to: nil)

    The sending bank will set originator_name in production. You can simulate any va

  • originator_routing_number (String) (defaults to: nil)

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

  • originator_to_beneficiary_information_line1 (String) (defaults to: nil)

    The sending bank will set originator_to_beneficiary_information_line1 in product

  • originator_to_beneficiary_information_line2 (String) (defaults to: nil)

    The sending bank will set originator_to_beneficiary_information_line2 in product

  • originator_to_beneficiary_information_line3 (String) (defaults to: nil)

    The sending bank will set originator_to_beneficiary_information_line3 in product

  • originator_to_beneficiary_information_line4 (String) (defaults to: nil)

    The sending bank will set originator_to_beneficiary_information_line4 in product

  • sender_reference (String) (defaults to: nil)

    The sending bank will set sender_reference in production. You can simulate any v

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


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

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

#beneficiary_address_line1String?

The sending bank will set beneficiary_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 :beneficiary_address_line1, String

#beneficiary_address_line2String?

The sending bank will set beneficiary_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 :beneficiary_address_line2, String

#beneficiary_address_line3String?

The sending bank will set beneficiary_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 :beneficiary_address_line3, String

#beneficiary_nameString?

The sending bank will set beneficiary_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 :beneficiary_name, String

#beneficiary_referenceString?

The sending bank will set beneficiary_reference 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 :beneficiary_reference, String

#originator_address_line1String?

The sending bank will set originator_address_line1 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 :originator_address_line1, String

#originator_address_line2String?

The sending bank will set originator_address_line2 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 :originator_address_line2, String

#originator_address_line3String?

The sending bank will set originator_address_line3 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 :originator_address_line3, String

#originator_nameString?

The sending bank will set originator_name 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 :originator_name, String

#originator_routing_numberString?

The sending bank will set originator_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 :originator_routing_number, String

#originator_to_beneficiary_information_line1String?

The sending bank will set originator_to_beneficiary_information_line1 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 :originator_to_beneficiary_information_line1, String

#originator_to_beneficiary_information_line2String?

The sending bank will set originator_to_beneficiary_information_line2 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 :originator_to_beneficiary_information_line2, String

#originator_to_beneficiary_information_line3String?

The sending bank will set originator_to_beneficiary_information_line3 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 :originator_to_beneficiary_information_line3, String

#originator_to_beneficiary_information_line4String?

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

Returns:

  • (String, nil)


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

optional :originator_to_beneficiary_information_line4, String

#sender_referenceString?

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

Returns:

  • (String, nil)


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

optional :sender_reference, String