Class: Dodopayments::Models::WebhookPayload::Data::CreditBalanceLow
Defined Under Namespace
Modules: PayloadType
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(available_balance:, credit_entitlement_id:, credit_entitlement_name:, customer_id:, payload_type:, subscription_credits_amount:, subscription_id:, threshold_amount:, threshold_percent:) ⇒ Object
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 234
|
Instance Attribute Details
#available_balance ⇒ String
192
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 192
required :available_balance, String
|
#credit_entitlement_id ⇒ String
197
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 197
required :credit_entitlement_id, String
|
#credit_entitlement_name ⇒ String
202
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 202
required :credit_entitlement_name, String
|
#customer_id ⇒ String
207
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 207
required :customer_id, String
|
212
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 212
required :payload_type, enum: -> { Dodopayments::WebhookPayload::Data::CreditBalanceLow::PayloadType }
|
#subscription_credits_amount ⇒ String
217
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 217
required :subscription_credits_amount, String
|
#subscription_id ⇒ String
222
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 222
required :subscription_id, String
|
#threshold_amount ⇒ String
227
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 227
required :threshold_amount, String
|
#threshold_percent ⇒ Integer
232
|
# File 'lib/dodopayments/models/webhook_payload.rb', line 232
required :threshold_percent, Integer
|