Class: Orb::Models::SubscriptionInvoicingThresholdExceededWebhookEvent::Properties
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/orb/models/subscription_invoicing_threshold_exceeded_webhook_event.rb,
sig/orb/models/subscription_invoicing_threshold_exceeded_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_invoicing_threshold_exceeded_webhook_event.rbs', line 56
def initialize: (
|
Instance Attribute Details
#evaluated_amount ⇒ String
61
|
# File 'lib/orb/models/subscription_invoicing_threshold_exceeded_webhook_event.rb', line 61
required :evaluated_amount, String
|
#invoice_id ⇒ String
66
|
# File 'lib/orb/models/subscription_invoicing_threshold_exceeded_webhook_event.rb', line 66
required :invoice_id, String
|
#invoicing_threshold ⇒ String
71
|
# File 'lib/orb/models/subscription_invoicing_threshold_exceeded_webhook_event.rb', line 71
required :invoicing_threshold, String
|
#threshold_invoice_created ⇒ Boolean
76
|
# File 'lib/orb/models/subscription_invoicing_threshold_exceeded_webhook_event.rb', line 76
required :threshold_invoice_created, Orb::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
63
|
# File 'sig/orb/models/subscription_invoicing_threshold_exceeded_webhook_event.rbs', line 63
def to_hash: -> {
|