Class: Increase::Models::Simulations::InboundWireTransferCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::InboundWireTransferCreateParams
- 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
-
#account_number_id ⇒ String
The identifier of the Account Number the inbound Wire Transfer is for.
-
#amount ⇒ Integer
The transfer amount in cents.
-
#creditor_address_line1 ⇒ String?
The sending bank will set creditor_address_line1 in production.
-
#creditor_address_line2 ⇒ String?
The sending bank will set creditor_address_line2 in production.
-
#creditor_address_line3 ⇒ String?
The sending bank will set creditor_address_line3 in production.
-
#creditor_name ⇒ String?
The sending bank will set creditor_name in production.
-
#debtor_address_line1 ⇒ String?
The sending bank will set debtor_address_line1 in production.
-
#debtor_address_line2 ⇒ String?
The sending bank will set debtor_address_line2 in production.
-
#debtor_address_line3 ⇒ String?
The sending bank will set debtor_address_line3 in production.
-
#debtor_name ⇒ String?
The sending bank will set debtor_name in production.
-
#end_to_end_identification ⇒ String?
The sending bank will set end_to_end_identification in production.
-
#instructing_agent_routing_number ⇒ String?
The sending bank will set instructing_agent_routing_number in production.
-
#instruction_identification ⇒ String?
The sending bank will set instruction_identification in production.
-
#unique_end_to_end_transaction_reference ⇒ String?
The sending bank will set unique_end_to_end_transaction_reference in production.
-
#unstructured_remittance_information ⇒ String?
The sending bank will set unstructured_remittance_information in production.
-
#wire_drawdown_request_id ⇒ String?
The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfilling.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#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
constructor
Some parameter documentations has been truncated, see InboundWireTransferCreateParams for more details.
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: , 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.
|
|
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 121
|
Instance Attribute Details
#account_number_id ⇒ String
The identifier of the Account Number the inbound Wire Transfer is for.
15 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 15 required :account_number_id, String |
#amount ⇒ Integer
The transfer amount in cents. Must be positive.
21 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 21 required :amount, Integer |
#creditor_address_line1 ⇒ String?
The sending bank will set creditor_address_line1 in production. You can simulate any value here.
28 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 28 optional :creditor_address_line1, String |
#creditor_address_line2 ⇒ String?
The sending bank will set creditor_address_line2 in production. You can simulate any value here.
35 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 35 optional :creditor_address_line2, String |
#creditor_address_line3 ⇒ String?
The sending bank will set creditor_address_line3 in production. You can simulate any value here.
42 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 42 optional :creditor_address_line3, String |
#creditor_name ⇒ String?
The sending bank will set creditor_name in production. You can simulate any value here.
49 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 49 optional :creditor_name, String |
#debtor_address_line1 ⇒ String?
The sending bank will set debtor_address_line1 in production. You can simulate any value here.
56 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 56 optional :debtor_address_line1, String |
#debtor_address_line2 ⇒ String?
The sending bank will set debtor_address_line2 in production. You can simulate any value here.
63 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 63 optional :debtor_address_line2, String |
#debtor_address_line3 ⇒ String?
The sending bank will set debtor_address_line3 in production. You can simulate any value here.
70 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 70 optional :debtor_address_line3, String |
#debtor_name ⇒ String?
The sending bank will set debtor_name in production. You can simulate any value here.
77 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 77 optional :debtor_name, String |
#end_to_end_identification ⇒ String?
The sending bank will set end_to_end_identification in production. You can simulate any value here.
84 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 84 optional :end_to_end_identification, String |
#instructing_agent_routing_number ⇒ String?
The sending bank will set instructing_agent_routing_number in production. You can simulate any value here.
91 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 91 optional :instructing_agent_routing_number, String |
#instruction_identification ⇒ String?
The sending bank will set instruction_identification in production. You can simulate any value here.
98 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 98 optional :instruction_identification, String |
#unique_end_to_end_transaction_reference ⇒ String?
The sending bank will set unique_end_to_end_transaction_reference in production. You can simulate any value here.
105 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 105 optional :unique_end_to_end_transaction_reference, String |
#unstructured_remittance_information ⇒ String?
The sending bank will set unstructured_remittance_information in production. You can simulate any value here.
112 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 112 optional :unstructured_remittance_information, String |
#wire_drawdown_request_id ⇒ String?
The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfilling.
119 |
# File 'lib/increase/models/simulations/inbound_wire_transfer_create_params.rb', line 119 optional :wire_drawdown_request_id, String |