Class: Lithic::Models::ExternalBankAccountListParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Class Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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_tokenString?

Returns:

  • (String, nil)


13
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 13

optional :account_token, String

#account_typesArray<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] }

#countriesArray<String>?

Returns:

  • (Array<String>, nil)


24
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 24

optional :countries, Lithic::Internal::Type::ArrayOf[String]

#ending_beforeString?

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.

Returns:

  • (String, nil)


31
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 31

optional :ending_before, String

#owner_typesArray<Symbol, Lithic::Models::OwnerType>?

Returns:



36
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 36

optional :owner_types, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::OwnerType] }

#page_sizeInteger?

Page size (for pagination).

Returns:

  • (Integer, nil)


42
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 42

optional :page_size, Integer

#starting_afterString?

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.

Returns:

  • (String, nil)


49
# File 'lib/lithic/models/external_bank_account_list_params.rb', line 49

optional :starting_after, String

#statesArray<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_statesArray<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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


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