Class: Dodopayments::Models::SubscriptionUpdateParams::CreditEntitlementCart
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#credit_entitlement_id ⇒ String
111
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 111
required :credit_entitlement_id, String
|
#credits_amount ⇒ String?
116
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 116
optional :credits_amount, String, nil?: true
|
#expires_after_days ⇒ Integer?
121
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 121
optional :expires_after_days, Integer, nil?: true
|
#low_balance_threshold_percent ⇒ Integer?
126
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 126
optional :low_balance_threshold_percent, Integer, nil?: true
|
#max_rollover_count ⇒ Integer?
131
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 131
optional :max_rollover_count, Integer, nil?: true
|
#overage_enabled ⇒ Boolean?
#overage_limit ⇒ String?
141
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 141
optional :overage_limit, String, nil?: true
|
#rollover_enabled ⇒ Boolean?
#rollover_percentage ⇒ Integer?
151
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 151
optional :rollover_percentage, Integer, nil?: true
|
#rollover_timeframe_count ⇒ Integer?
156
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 156
optional :rollover_timeframe_count, Integer, nil?: true
|
#rollover_timeframe_interval ⇒ Symbol, ...
161
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 161
optional :rollover_timeframe_interval, enum: -> { Dodopayments::TimeInterval }, nil?: true
|