Module: MetronomeSDK::Models::ContractV2::SpendTracker::ApplicableSpendSpecifier::Source
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/metronome_sdk/models/contract_v2.rb
Constant Summary collapse
- THRESHOLD_RECHARGE =
:THRESHOLD_RECHARGE- MANUAL =
:MANUAL
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(sources:, spend_type:, discounted: nil) ⇒ Object
3408 3409 3410 3411 3412 3413 3414 3415 3416 |
# File 'lib/metronome_sdk/models/contract_v2.rb', line 3408 module Source extend MetronomeSDK::Internal::Type::Enum THRESHOLD_RECHARGE = :THRESHOLD_RECHARGE MANUAL = :MANUAL # @!method self.values # @return [Array<Symbol>] end |