Class: Stripe::BillingPortal::ConfigurationCreateParams::Features::SubscriptionUpdate::ScheduleAtPeriodEnd::Condition

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/billing_portal/configuration_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(type: nil) ⇒ Condition

Returns a new instance of Condition.



120
121
122
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 120

def initialize(type: nil)
  @type = type
end

Instance Attribute Details

#typeObject

The type of condition.



118
119
120
# File 'lib/stripe/params/billing_portal/configuration_create_params.rb', line 118

def type
  @type
end