Class: Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb

Overview

Defined Under Namespace

Modules: OwnerType, State, Type, VerificationMethod, VerificationState

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

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(token:, country:, created:, currency:, last_four:, owner:, owner_type:, routing_number:, state:, type:, verification_attempts:, verification_method:, verification_state:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, financial_account_token: nil, name: nil, user_defined_id: nil, verification_failed_reason: nil) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse for more details.



# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 153


Instance Attribute Details

#account_tokenString?

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



101
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 101

optional :account_token, String, nil?: true

#addressLithic::Models::ExternalBankAccountAddress?

Address



107
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 107

optional :address, -> { Lithic::ExternalBankAccountAddress }, nil?: true

#company_idString?

Optional field that helps identify bank accounts in receipts



113
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 113

optional :company_id, String, nil?: true

#countryString

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_retry_micro_deposits_response.rb', line 21

required :country, String

#createdTime

An ISO 8601 string representing when this funding source was added to the Lithic account.



28
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 28

required :created, Time

#currencyString

currency of the external account 3-character alphabetic ISO 4217 code



34
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 34

required :currency, String

#dobDate?

Date of Birth of the Individual that owns the external bank account



119
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 119

optional :dob, Date, nil?: true

#doing_business_asString?

Doing Business As



125
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 125

optional :doing_business_as, String, nil?: true

#financial_account_tokenString?

The financial account token of the operating account to fund the micro deposits



131
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 131

optional :financial_account_token, String, nil?: true

#last_fourString

The last 4 digits of the bank account. Derived by Lithic from the account number passed



41
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 41

required :last_four, String

#nameString?

The nickname for this External Bank Account



137
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 137

optional :name, String, nil?: true

#ownerString

Legal Name of the business or individual who owns the external account. This will appear in statements



48
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 48

required :owner, String

#owner_typeSymbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::OwnerType

Owner Type



54
55
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 54

required :owner_type,
enum: -> { Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::OwnerType }

#routing_numberString

Routing Number



61
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 61

required :routing_number, String

#stateSymbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::State

Account State



67
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 67

required :state, enum: -> { Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::State }

#tokenString

A globally unique identifier for this record of an external bank account association. If a program links an external bank account to more than one end-user or to both the program and the end-user, then Lithic will return each record of the association



14
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 14

required :token, String

#typeSymbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::Type

Account Type



73
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 73

required :type, enum: -> { Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::Type }

#user_defined_idString?

User Defined ID



143
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 143

optional :user_defined_id, String, nil?: true

#verification_attemptsInteger

The number of attempts at verification



79
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 79

required :verification_attempts, Integer

#verification_failed_reasonString?

Optional free text description of the reason for the failed verification. For ACH micro-deposits returned, this field will display the reason return code sent by the ACH network



151
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 151

optional :verification_failed_reason, String, nil?: true

#verification_methodSymbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationMethod

Verification Method



85
86
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 85

required :verification_method,
enum: -> { Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationMethod }

#verification_stateSymbol, Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationState

Verification State



92
93
# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 92

required :verification_state,
enum: -> { Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse::VerificationState }

Class Method Details

.valuesArray<Symbol>



# File 'lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb', line 211