Class: Orb::Models::SubscriptionFixedFeeQuantityUpdatedWebhookEvent::Properties
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rb,
sig/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
Constructor Details
#initialize ⇒ Object
56
|
# File 'sig/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rbs', line 56
def initialize: (
|
Instance Attribute Details
#effective_date ⇒ Time
74
|
# File 'lib/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rb', line 74
required :effective_date, Time
|
#new_quantity ⇒ Float
79
|
# File 'lib/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rb', line 79
required :new_quantity, Float
|
#old_quantity ⇒ Float
84
|
# File 'lib/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rb', line 84
required :old_quantity, Float
|
#price_id ⇒ String
89
|
# File 'lib/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rb', line 89
required :price_id, String
|
Instance Method Details
#to_hash ⇒ {
63
|
# File 'sig/orb/models/subscription_fixed_fee_quantity_updated_webhook_event.rbs', line 63
def to_hash: -> {
|