Class: Increase::Models::Simulations::InboundWireDrawdownRequestCreateParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/increase/models/simulations/inbound_wire_drawdown_request_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(amount: , creditor_account_number: , creditor_routing_number: , currency: , recipient_account_number_id: , creditor_address_line1: nil, creditor_address_line2: nil, creditor_address_line3: nil, creditor_name: nil, debtor_account_number: nil, debtor_address_line1: nil, debtor_address_line2: nil, debtor_address_line3: nil, debtor_name: nil, debtor_routing_number: nil, end_to_end_identification: nil, instruction_identification: nil, unique_end_to_end_transaction_reference: nil, unstructured_remittance_information: nil, request_options: {}) ⇒ Object

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

Parameters:

  • amount (Integer) (defaults to: )

    The amount being requested in cents.

  • creditor_account_number (String) (defaults to: )

    The creditor’s account number.

  • creditor_routing_number (String) (defaults to: )

    The creditor’s routing number.

  • currency (String) (defaults to: )

    The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being

  • recipient_account_number_id (String) (defaults to: )

    The Account Number to which the recipient of this request is being requested to

  • creditor_address_line1 (String) (defaults to: nil)

    A free-form address field set by the sender representing the first line of the c

  • creditor_address_line2 (String) (defaults to: nil)

    A free-form address field set by the sender representing the second line of the

  • creditor_address_line3 (String) (defaults to: nil)

    A free-form address field set by the sender representing the third line of the c

  • creditor_name (String) (defaults to: nil)

    A free-form name field set by the sender representing the creditor’s name.

  • debtor_account_number (String) (defaults to: nil)

    The debtor’s account number.

  • debtor_address_line1 (String) (defaults to: nil)

    A free-form address field set by the sender representing the first line of the d

  • debtor_address_line2 (String) (defaults to: nil)

    A free-form address field set by the sender representing the second line of the

  • debtor_address_line3 (String) (defaults to: nil)

    A free-form address field set by the sender.

  • debtor_name (String) (defaults to: nil)

    A free-form name field set by the sender representing the debtor’s name.

  • debtor_routing_number (String) (defaults to: nil)

    The debtor’s routing number.

  • end_to_end_identification (String) (defaults to: nil)

    A free-form reference string set by the sender, to help identify the transfer.

  • instruction_identification (String) (defaults to: nil)

    The sending bank’s identifier for the wire transfer.

  • unique_end_to_end_transaction_reference (String) (defaults to: nil)

    The Unique End-to-end Transaction Reference ([UETR](www.swift.com/paymen

  • unstructured_remittance_information (String) (defaults to: nil)

    A free-form message set by the sender.

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


# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 134

Instance Attribute Details

#amountInteger

The amount being requested in cents.

Returns:

  • (Integer)


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

required :amount, Integer

#creditor_account_numberString

The creditor’s account number.

Returns:

  • (String)


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

required :creditor_account_number, String

#creditor_address_line1String?

A free-form address field set by the sender representing the first line of the creditor’s address.

Returns:

  • (String, nil)


48
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 48

optional :creditor_address_line1, String

#creditor_address_line2String?

A free-form address field set by the sender representing the second line of the creditor’s address.

Returns:

  • (String, nil)


55
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 55

optional :creditor_address_line2, String

#creditor_address_line3String?

A free-form address field set by the sender representing the third line of the creditor’s address.

Returns:

  • (String, nil)


62
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 62

optional :creditor_address_line3, String

#creditor_nameString?

A free-form name field set by the sender representing the creditor’s name.

Returns:

  • (String, nil)


68
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 68

optional :creditor_name, String

#creditor_routing_numberString

The creditor’s routing number.

Returns:

  • (String)


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

required :creditor_routing_number, String

#currencyString

The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the amount being requested. Will always be “USD”.

Returns:

  • (String)


34
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 34

required :currency, String

#debtor_account_numberString?

The debtor’s account number.

Returns:

  • (String, nil)


74
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 74

optional :debtor_account_number, String

#debtor_address_line1String?

A free-form address field set by the sender representing the first line of the debtor’s address.

Returns:

  • (String, nil)


81
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 81

optional :debtor_address_line1, String

#debtor_address_line2String?

A free-form address field set by the sender representing the second line of the debtor’s address.

Returns:

  • (String, nil)


88
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 88

optional :debtor_address_line2, String

#debtor_address_line3String?

A free-form address field set by the sender.

Returns:

  • (String, nil)


94
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 94

optional :debtor_address_line3, String

#debtor_nameString?

A free-form name field set by the sender representing the debtor’s name.

Returns:

  • (String, nil)


100
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 100

optional :debtor_name, String

#debtor_routing_numberString?

The debtor’s routing number.

Returns:

  • (String, nil)


106
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 106

optional :debtor_routing_number, String

#end_to_end_identificationString?

A free-form reference string set by the sender, to help identify the transfer.

Returns:

  • (String, nil)


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

optional :end_to_end_identification, String

#instruction_identificationString?

The sending bank’s identifier for the wire transfer.

Returns:

  • (String, nil)


118
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 118

optional :instruction_identification, String

#recipient_account_number_idString

The Account Number to which the recipient of this request is being requested to send funds from.

Returns:

  • (String)


41
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 41

required :recipient_account_number_id, String

#unique_end_to_end_transaction_referenceString?

The Unique End-to-end Transaction Reference ([UETR](www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) of the transfer.

Returns:

  • (String, nil)


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

optional :unique_end_to_end_transaction_reference, String

#unstructured_remittance_informationString?

A free-form message set by the sender.

Returns:

  • (String, nil)


132
# File 'lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb', line 132

optional :unstructured_remittance_information, String