Class: Dodopayments::Models::SubscriptionPreviewChangePlanResponse::ImmediateCharge::LineItem::Meter
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
#chargeable_units ⇒ String
243
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 243
required :chargeable_units, String
|
248
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 248
required :currency, enum: -> { Dodopayments::Currency }
|
#description ⇒ String?
293
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 293
optional :description, String, nil?: true
|
#free_threshold ⇒ Integer
253
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 253
required :free_threshold, Integer
|
#id ⇒ String
238
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 238
required :id, String
|
#name ⇒ String
258
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 258
required :name, String
|
#price_per_unit ⇒ String
263
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 263
required :price_per_unit, String
|
#subtotal ⇒ Integer
268
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 268
required :subtotal, Integer
|
#tax ⇒ Integer?
298
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 298
optional :tax, Integer, nil?: true
|
#tax_rate ⇒ Float
278
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 278
required :tax_rate, Float
|
#type ⇒ Symbol, :meter
283
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 283
required :type, const: :meter
|
#units_consumed ⇒ String
288
|
# File 'lib/dodopayments/models/subscription_preview_change_plan_response.rb', line 288
required :units_consumed, String
|