Class: Dodopayments::Models::WebhookPayload::Data::CreditBalanceLow
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
#available_balance ⇒ String
142
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 142
required :available_balance, String
|
#credit_entitlement_id ⇒ String
147
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 147
required :credit_entitlement_id, String
|
#credit_entitlement_name ⇒ String
152
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 152
required :credit_entitlement_name, String
|
#customer_id ⇒ String
157
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 157
required :customer_id, String
|
#payload_type ⇒ Symbol, :CreditBalanceLow
162
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 162
required :payload_type, const: :CreditBalanceLow
|
#subscription_credits_amount ⇒ String
167
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 167
required :subscription_credits_amount, String
|
#subscription_id ⇒ String
172
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 172
required :subscription_id, String
|
#threshold_amount ⇒ String
177
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 177
required :threshold_amount, String
|
#threshold_percent ⇒ Integer
182
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 182
required :threshold_percent, Integer
|