Class: Lithic::Models::FinancialAccounts::FinancialAccountCreditConfig::AutoCollectionConfiguration

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/lithic/models/financial_accounts/financial_account_credit_config.rb,
sig/lithic/models/financial_accounts/financial_account_credit_config.rbs

Overview

See Also:

  • Lithic::Models::FinancialAccounts::FinancialAccountCreditConfig#auto_collection_configuration

Instance Attribute 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

#initializeAutoCollectionConfiguration

Returns a new instance of AutoCollectionConfiguration.

Parameters:

  • auto_collection_enabled: (Boolean)


52
# File 'sig/lithic/models/financial_accounts/financial_account_credit_config.rbs', line 52

def initialize: (auto_collection_enabled: bool) -> void

Instance Attribute Details

#auto_collection_enabledBoolean

If auto collection is enabled for this account

Parameters:

  • value (Boolean)

Returns:

  • (Boolean)


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

required :auto_collection_enabled, Lithic::Internal::Type::Boolean

Instance Method Details

#to_hash{ auto_collection_enabled: bool }

Returns:

  • ({ auto_collection_enabled: bool })


54
# File 'sig/lithic/models/financial_accounts/financial_account_credit_config.rbs', line 54

def to_hash: -> { auto_collection_enabled: bool }