Module: Orb::Models::SubscriptionRedeemCouponParams::ChangeOption
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/orb/models/subscription_redeem_coupon_params.rb
Constant Summary collapse
- REQUESTED_DATE =
:requested_date- END_OF_SUBSCRIPTION_TERM =
:end_of_subscription_term- IMMEDIATE =
:immediate
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(change_option: , allow_invoice_credit_or_void: nil, change_date: nil, coupon_id: nil, coupon_redemption_code: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Orb::Models::SubscriptionRedeemCouponParams for more details.
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_redeem_coupon_params.rb', line 65
|
Instance Method Details
#initialize(change_option: , allow_invoice_credit_or_void: nil, change_date: nil, coupon_id: nil, coupon_redemption_code: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Orb::Models::SubscriptionRedeemCouponParams for more details.
58 59 60 61 62 63 64 65 66 67 |
# File 'lib/orb/models/subscription_redeem_coupon_params.rb', line 58 module ChangeOption extend Orb::Internal::Type::Enum REQUESTED_DATE = :requested_date END_OF_SUBSCRIPTION_TERM = :end_of_subscription_term IMMEDIATE = :immediate # @!method self.values # @return [Array<Symbol>] end |