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
264
|
# File 'sig/dodopayments/models/webhook_payload.rbs', line 264
def initialize: (
|
Instance Attribute Details
#available_balance ⇒ String
299
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 299
required :available_balance, String
|
#brand_id ⇒ String
Brand id this credit entitlement belongs to
305
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 305
required :brand_id, String
|
#credit_entitlement_id ⇒ String
310
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 310
required :credit_entitlement_id, String
|
#credit_entitlement_name ⇒ String
315
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 315
required :credit_entitlement_name, String
|
#customer_id ⇒ String
320
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 320
required :customer_id, String
|
#payload_type ⇒ Symbol, :CreditBalanceLow
325
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 325
required :payload_type, const: :CreditBalanceLow
|
#subscription_credits_amount ⇒ String
330
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 330
required :subscription_credits_amount, String
|
#subscription_id ⇒ String
335
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 335
required :subscription_id, String
|
#threshold_amount ⇒ String
340
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 340
required :threshold_amount, String
|
#threshold_percent ⇒ Integer
345
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 345
required :threshold_percent, Integer
|
Instance Method Details
#to_hash ⇒ {
277
|
# File 'sig/dodopayments/models/webhook_payload.rbs', line 277
def to_hash: -> {
|