Class: Dodopayments::Models::WebhookPayload::Data::CreditBalanceLow
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
275
|
# File 'sig/dodopayments/models/webhook_payload.rbs', line 275
def initialize: (
|
Instance Attribute Details
#available_balance ⇒ String
316
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 316
required :available_balance, String
|
#brand_id ⇒ String
Brand id this credit entitlement belongs to
322
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 322
required :brand_id, String
|
#credit_entitlement_id ⇒ String
327
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 327
required :credit_entitlement_id, String
|
#credit_entitlement_name ⇒ String
332
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 332
required :credit_entitlement_name, String
|
#customer_id ⇒ String
337
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 337
required :customer_id, String
|
#payload_type ⇒ Symbol, :CreditBalanceLow
342
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 342
required :payload_type, const: :CreditBalanceLow
|
#subscription_credits_amount ⇒ String
347
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 347
required :subscription_credits_amount, String
|
#subscription_id ⇒ String
352
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 352
required :subscription_id, String
|
#threshold_amount ⇒ String
357
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 357
required :threshold_amount, String
|
#threshold_percent ⇒ Integer
362
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 362
required :threshold_percent, Integer
|
Instance Method Details
#to_hash ⇒ {
288
|
# File 'sig/dodopayments/models/webhook_payload.rbs', line 288
def to_hash: -> {
|