Class: WhopSDK::Models::PlanCreateParams::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
268
|
# File 'sig/whop_sdk/models/plan_create_params.rbs', line 268
def initialize: (
|
Instance Attribute Details
#disabled ⇒ Array<String>?
320
|
# File 'lib/whop_sdk/models/plan_create_params.rb', line 320
optional :disabled, WhopSDK::Internal::Type::ArrayOf[String]
|
#enabled ⇒ Array<String>?
325
|
# File 'lib/whop_sdk/models/plan_create_params.rb', line 325
optional :enabled, WhopSDK::Internal::Type::ArrayOf[String]
|
330
|
# File 'lib/whop_sdk/models/plan_create_params.rb', line 330
optional :include_platform_defaults, WhopSDK::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
274
|
# File 'sig/whop_sdk/models/plan_create_params.rbs', line 274
def to_hash: -> {
|