Class: Increase::Models::Card::AuthorizationControls::Usage::SingleUse::SettlementAmount
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Card::AuthorizationControls::Usage::SingleUse::SettlementAmount
- Defined in:
- lib/increase/models/card.rb
Overview
Defined Under Namespace
Modules: Comparison
Instance Attribute Summary collapse
-
#comparison ⇒ Symbol, Increase::Models::Card::AuthorizationControls::Usage::SingleUse::SettlementAmount::Comparison
The operator used to compare the settlement amount.
-
#value ⇒ Integer
The settlement amount value.
Instance Method Summary collapse
-
#initialize(comparison:, value:) ⇒ Object
constructor
The settlement amount constraint for this single-use card.
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(comparison:, value:) ⇒ Object
The settlement amount constraint for this single-use card.
|
|
# File 'lib/increase/models/card.rb', line 516
|
Instance Attribute Details
#comparison ⇒ Symbol, Increase::Models::Card::AuthorizationControls::Usage::SingleUse::SettlementAmount::Comparison
The operator used to compare the settlement amount.
507 508 |
# File 'lib/increase/models/card.rb', line 507 required :comparison, enum: -> { Increase::Card::AuthorizationControls::Usage::SingleUse::SettlementAmount::Comparison } |
#value ⇒ Integer
The settlement amount value.
514 |
# File 'lib/increase/models/card.rb', line 514 required :value, Integer |