Module: Orb::Models::SubscriptionUpdateFixedFeeQuantityParams::ChangeOption
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/orb/models/subscription_update_fixed_fee_quantity_params.rb,
sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs
Overview
Determines when the change takes effect. Note that if effective_date is
specified, this defaults to effective_date. Otherwise, this defaults to
immediate unless it's explicitly set to upcoming_invoice.
Constant Summary collapse
- IMMEDIATE =
:immediate- UPCOMING_INVOICE =
:upcoming_invoice- EFFECTIVE_DATE =
:effective_date
Class Method Summary collapse
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/orb/models/subscription_update_fixed_fee_quantity_params.rb', line 78
|
Instance Method Details
#self?.values ⇒ ::Array[Orb::Models::SubscriptionUpdateFixedFeeQuantityParams::change_option]
63 |
# File 'sig/orb/models/subscription_update_fixed_fee_quantity_params.rbs', line 63
def self?.values: -> ::Array[Orb::Models::SubscriptionUpdateFixedFeeQuantityParams::change_option]
|