Class: Increase::Models::Card::AuthorizationControls::Usage::MultiUse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Card::AuthorizationControls::Usage::MultiUse
- Defined in:
- lib/increase/models/card.rb,
sig/increase/models/card.rbs
Overview
Defined Under Namespace
Classes: SpendingLimit
Instance Attribute Summary collapse
-
#spending_limits ⇒ Array<Increase::Models::Card::AuthorizationControls::Usage::MultiUse::SpendingLimit>?
Spending limits for this card.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
294 |
# File 'sig/increase/models/card.rbs', line 294
def initialize: (
|
Instance Attribute Details
#spending_limits ⇒ Array<Increase::Models::Card::AuthorizationControls::Usage::MultiUse::SpendingLimit>?
Spending limits for this card. The most restrictive limit applies if multiple limits match.
405 406 407 408 409 |
# File 'lib/increase/models/card.rb', line 405 required :spending_limits, -> { Increase::Internal::Type::ArrayOf[Increase::Card::AuthorizationControls::Usage::MultiUse::SpendingLimit] }, nil?: true |
Instance Method Details
#to_hash ⇒ {
298 |
# File 'sig/increase/models/card.rbs', line 298
def to_hash: -> {
|