Class: WhopSDK::Models::PlanUpdateParams::PaymentMethodConfiguration
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
255
|
# File 'sig/whop_sdk/models/plan_update_params.rbs', line 255
def initialize: (
|
Instance Attribute Details
#disabled ⇒ Array<String>?
310
|
# File 'lib/whop_sdk/models/plan_update_params.rb', line 310
optional :disabled, WhopSDK::Internal::Type::ArrayOf[String]
|
#enabled ⇒ Array<String>?
315
|
# File 'lib/whop_sdk/models/plan_update_params.rb', line 315
optional :enabled, WhopSDK::Internal::Type::ArrayOf[String]
|
320
|
# File 'lib/whop_sdk/models/plan_update_params.rb', line 320
optional :include_platform_defaults, WhopSDK::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
261
|
# File 'sig/whop_sdk/models/plan_update_params.rbs', line 261
def to_hash: -> {
|