Class: Lithic::Models::ExternalBankAccountUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ExternalBankAccountUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/external_bank_account_update_params.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#address ⇒ Lithic::Models::ExternalBankAccountAddress?
Address.
-
#company_id ⇒ String?
Optional field that helps identify bank accounts in receipts.
-
#dob ⇒ Date?
Date of Birth of the Individual that owns the external bank account.
-
#doing_business_as ⇒ String?
Doing Business As.
-
#name ⇒ String?
The nickname for this External Bank Account.
-
#owner ⇒ String?
Legal Name of the business or individual who owns the external account.
-
#owner_type ⇒ Symbol, ...
Owner Type.
- #type ⇒ Symbol, ...
-
#user_defined_id ⇒ String?
User Defined ID.
Attributes included from Internal::Type::RequestParameters
Method Summary
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, #initialize, 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
This class inherits a constructor from Lithic::Internal::Type::BaseModel
Instance Attribute Details
#address ⇒ Lithic::Models::ExternalBankAccountAddress?
Address
14 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 14 optional :address, -> { Lithic::ExternalBankAccountAddress } |
#company_id ⇒ String?
Optional field that helps identify bank accounts in receipts
20 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 20 optional :company_id, String |
#dob ⇒ Date?
Date of Birth of the Individual that owns the external bank account
26 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 26 optional :dob, Date |
#doing_business_as ⇒ String?
Doing Business As
32 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 32 optional :doing_business_as, String |
#name ⇒ String?
The nickname for this External Bank Account
38 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 38 optional :name, String |
#owner ⇒ String?
Legal Name of the business or individual who owns the external account. This will appear in statements
45 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 45 optional :owner, String |
#owner_type ⇒ Symbol, ...
Owner Type
51 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 51 optional :owner_type, enum: -> { Lithic::OwnerType } |
#type ⇒ Symbol, ...
56 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 56 optional :type, enum: -> { Lithic::ExternalBankAccountUpdateParams::Type } |
#user_defined_id ⇒ String?
User Defined ID
62 |
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 62 optional :user_defined_id, String |