Class: Increase::Models::WireTransferCreateParams::Debtor
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::WireTransferCreateParams::Debtor
- Defined in:
- lib/increase/models/wire_transfer_create_params.rb
Defined Under Namespace
Classes: Address
Instance Attribute Summary collapse
-
#address ⇒ Increase::Models::WireTransferCreateParams::Debtor::Address?
The person or business’s address.
-
#name ⇒ String
The person or business’s name.
Instance Method Summary collapse
-
#initialize(name: , address: nil) ⇒ Object
constructor
The person or business whose funds are being transferred.
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(name: , address: nil) ⇒ Object
The person or business whose funds are being transferred. This is only necessary if you’re transferring from a commingled account. Otherwise, we’ll use the associated entity’s details.
|
|
# File 'lib/increase/models/wire_transfer_create_params.rb', line 288
|
Instance Attribute Details
#address ⇒ Increase::Models::WireTransferCreateParams::Debtor::Address?
The person or business’s address.
286 |
# File 'lib/increase/models/wire_transfer_create_params.rb', line 286 optional :address, -> { Increase::WireTransferCreateParams::Debtor::Address } |
#name ⇒ String
The person or business’s name.
280 |
# File 'lib/increase/models/wire_transfer_create_params.rb', line 280 required :name, String |