Class: Dodopayments::Models::SubscriptionUpdatePaymentMethodResponse
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(client_secret: nil, expires_on: nil, payment_id: nil, payment_link: nil) ⇒ Object
|
# File 'lib/dodopayments/models/subscription_update_payment_method_response.rb', line 27
|
Instance Attribute Details
#client_secret ⇒ String?
10
|
# File 'lib/dodopayments/models/subscription_update_payment_method_response.rb', line 10
optional :client_secret, String, nil?: true
|
#expires_on ⇒ Time?
15
|
# File 'lib/dodopayments/models/subscription_update_payment_method_response.rb', line 15
optional :expires_on, Time, nil?: true
|
#payment_id ⇒ String?
20
|
# File 'lib/dodopayments/models/subscription_update_payment_method_response.rb', line 20
optional :payment_id, String, nil?: true
|
#payment_link ⇒ String?
25
|
# File 'lib/dodopayments/models/subscription_update_payment_method_response.rb', line 25
optional :payment_link, String, nil?: true
|