Class: Lithic::Models::FinancialAccount::CreditConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::FinancialAccount::CreditConfiguration
- Defined in:
- lib/lithic/models/financial_account.rb
Overview
Defined Under Namespace
Classes: AutoCollectionConfiguration
Instance Attribute Summary collapse
- #auto_collection_configuration ⇒ Lithic::Models::FinancialAccount::CreditConfiguration::AutoCollectionConfiguration?
- #credit_limit ⇒ Integer?
-
#credit_product_token ⇒ String?
Globally unique identifier for the credit product.
- #external_bank_account_token ⇒ String?
-
#tier ⇒ String?
Tier assigned to the financial account.
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(auto_collection_configuration:, credit_limit:, credit_product_token:, external_bank_account_token:, tier:) ⇒ Object
|
|
# File 'lib/lithic/models/financial_account.rb', line 127
|
Instance Attribute Details
#auto_collection_configuration ⇒ Lithic::Models::FinancialAccount::CreditConfiguration::AutoCollectionConfiguration?
101 102 103 |
# File 'lib/lithic/models/financial_account.rb', line 101 required :auto_collection_configuration, -> { Lithic::FinancialAccount::CreditConfiguration::AutoCollectionConfiguration }, nil?: true |
#credit_limit ⇒ Integer?
108 |
# File 'lib/lithic/models/financial_account.rb', line 108 required :credit_limit, Integer, nil?: true |
#credit_product_token ⇒ String?
Globally unique identifier for the credit product
114 |
# File 'lib/lithic/models/financial_account.rb', line 114 required :credit_product_token, String, nil?: true |
#external_bank_account_token ⇒ String?
119 |
# File 'lib/lithic/models/financial_account.rb', line 119 required :external_bank_account_token, String, nil?: true |
#tier ⇒ String?
Tier assigned to the financial account
125 |
# File 'lib/lithic/models/financial_account.rb', line 125 required :tier, String, nil?: true |