Class: Dodopayments::Models::SubscriptionUpdateParams
Overview
Defined Under Namespace
Classes: DisableOnDemand
Instance Attribute Summary collapse
#request_options
Method Summary
dump_request
included
#==, ==, #[], 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
13
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 13
optional :billing, -> { Dodopayments::BillingAddress }, nil?: true
|
#cancel_at_next_billing_date ⇒ Boolean?
When set, the subscription will remain active until the end of billing period
19
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 19
optional :cancel_at_next_billing_date, Dodopayments::Internal::Type::Boolean, nil?: true
|
#customer_name ⇒ String?
24
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 24
optional :customer_name, String, nil?: true
|
29
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 29
optional :disable_on_demand, -> { Dodopayments::SubscriptionUpdateParams::DisableOnDemand }, nil?: true
|
34
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 34
optional :metadata, Dodopayments::Internal::Type::HashOf[String], nil?: true
|
#next_billing_date ⇒ Time?
39
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 39
optional :next_billing_date, Time, nil?: true
|
#status ⇒ Symbol, ...
44
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 44
optional :status, enum: -> { Dodopayments::SubscriptionStatus }, nil?: true
|
#tax_id ⇒ String?
49
|
# File 'lib/dodopayments/models/subscription_update_params.rb', line 49
optional :tax_id, String, nil?: true
|