Class: Lithic::Models::ExternalBankAccountListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ExternalBankAccountListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/external_bank_account_list_params.rb
Overview
Defined Under Namespace
Modules: AccountType, State, VerificationState
Instance Attribute Summary collapse
- #account_token ⇒ String?
- #account_types ⇒ Array<Symbol, Lithic::Models::ExternalBankAccountListParams::AccountType>?
- #countries ⇒ Array<String>?
-
#ending_before ⇒ String?
A cursor representing an item’s token before which a page of results should end.
- #owner_types ⇒ Array<Symbol, Lithic::Models::OwnerType>?
-
#page_size ⇒ Integer?
Page size (for pagination).
-
#starting_after ⇒ String?
A cursor representing an item’s token after which a page of results should begin.
- #states ⇒ Array<Symbol, Lithic::Models::ExternalBankAccountListParams::State>?
- #verification_states ⇒ Array<Symbol, Lithic::Models::ExternalBankAccountListParams::VerificationState>?
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
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
#account_token ⇒ String?
13 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 13 optional :account_token, String |
#account_types ⇒ Array<Symbol, Lithic::Models::ExternalBankAccountListParams::AccountType>?
18 19 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 18 optional :account_types, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::ExternalBankAccountListParams::AccountType] } |
#countries ⇒ Array<String>?
24 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 24 optional :countries, Lithic::Internal::Type::ArrayOf[String] |
#ending_before ⇒ String?
A cursor representing an item’s token before which a page of results should end. Used to retrieve the previous page of results before this item.
31 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 31 optional :ending_before, String |
#owner_types ⇒ Array<Symbol, Lithic::Models::OwnerType>?
36 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 36 optional :owner_types, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::OwnerType] } |
#page_size ⇒ Integer?
Page size (for pagination).
42 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 42 optional :page_size, Integer |
#starting_after ⇒ String?
A cursor representing an item’s token after which a page of results should begin. Used to retrieve the next page of results after this item.
49 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 49 optional :starting_after, String |
#states ⇒ Array<Symbol, Lithic::Models::ExternalBankAccountListParams::State>?
54 55 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 54 optional :states, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::ExternalBankAccountListParams::State] } |
#verification_states ⇒ Array<Symbol, Lithic::Models::ExternalBankAccountListParams::VerificationState>?
60 61 |
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 60 optional :verification_states, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::ExternalBankAccountListParams::VerificationState] } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 93
|