Class: Lithic::Models::ExternalBankAccountCreateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ExternalBankAccountCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/external_bank_account_create_params.rb
Overview
Defined Under Namespace
Modules: Type, VerificationMethod
Instance Attribute Summary collapse
-
#account_number ⇒ String
Account Number.
-
#account_token ⇒ String?
Indicates which Lithic account the external account is associated with.
-
#address ⇒ Lithic::Models::ExternalBankAccountAddress?
Address.
-
#company_id ⇒ String?
Optional field that helps identify bank accounts in receipts.
-
#country ⇒ String
The country that the bank account is located in using ISO 3166-1.
-
#currency ⇒ String
currency of the external account 3-character alphabetic ISO 4217 code.
-
#dob ⇒ Date?
Date of Birth of the Individual that owns the external bank account.
-
#doing_business_as ⇒ String?
Doing Business As.
-
#financial_account_token ⇒ String
The financial account token of the operating account to fund the micro deposits.
-
#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, Lithic::Models::OwnerType
Owner Type.
-
#routing_number ⇒ String
Routing Number.
-
#type ⇒ Symbol, Lithic::Models::ExternalBankAccountCreateParams::Type
Account Type.
-
#user_defined_id ⇒ String?
User Defined ID.
- #verification_enforcement ⇒ Boolean?
-
#verification_method ⇒ Symbol, Lithic::Models::ExternalBankAccountCreateParams::VerificationMethod
Verification Method.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(account_number:, country:, currency:, financial_account_token:, owner:, owner_type:, routing_number:, type:, verification_method:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, user_defined_id: nil, verification_enforcement: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see ExternalBankAccountCreateParams 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:, country:, currency:, financial_account_token:, owner:, owner_type:, routing_number:, type:, verification_method:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, user_defined_id: nil, verification_enforcement: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::ExternalBankAccountCreateParams for more details.
|
|
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 115
|
Instance Attribute Details
#account_number ⇒ String
Account Number
14 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 14 required :account_number, String |
#account_token ⇒ String?
Indicates which Lithic account the external account is associated with. For external accounts that are associated with the program, account_token field returned will be null
72 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 72 optional :account_token, String |
#address ⇒ Lithic::Models::ExternalBankAccountAddress?
Address
78 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 78 optional :address, -> { Lithic::ExternalBankAccountAddress } |
#company_id ⇒ String?
Optional field that helps identify bank accounts in receipts
84 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 84 optional :company_id, String |
#country ⇒ String
The country that the bank account is located in using ISO 3166-1. We will only accept USA bank accounts e.g., USA
21 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 21 required :country, String |
#currency ⇒ String
currency of the external account 3-character alphabetic ISO 4217 code
27 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 27 required :currency, String |
#dob ⇒ Date?
Date of Birth of the Individual that owns the external bank account
90 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 90 optional :dob, Date |
#doing_business_as ⇒ String?
Doing Business As
96 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 96 optional :doing_business_as, String |
#financial_account_token ⇒ String
The financial account token of the operating account to fund the micro deposits
33 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 33 required :financial_account_token, String |
#name ⇒ String?
The nickname for this External Bank Account
102 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 102 optional :name, String |
#owner ⇒ String
Legal Name of the business or individual who owns the external account. This will appear in statements
40 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 40 required :owner, String |
#owner_type ⇒ Symbol, Lithic::Models::OwnerType
Owner Type
46 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 46 required :owner_type, enum: -> { Lithic::OwnerType } |
#routing_number ⇒ String
Routing Number
52 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 52 required :routing_number, String |
#type ⇒ Symbol, Lithic::Models::ExternalBankAccountCreateParams::Type
Account Type
58 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 58 required :type, enum: -> { Lithic::ExternalBankAccountCreateParams::Type } |
#user_defined_id ⇒ String?
User Defined ID
108 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 108 optional :user_defined_id, String |
#verification_enforcement ⇒ Boolean?
113 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 113 optional :verification_enforcement, Lithic::Internal::Type::Boolean |
#verification_method ⇒ Symbol, Lithic::Models::ExternalBankAccountCreateParams::VerificationMethod
Verification Method
64 |
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 64 required :verification_method, enum: -> { Lithic::ExternalBankAccountCreateParams::VerificationMethod } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/external_bank_account_create_params.rb', line 162
|