Class: Stripe::BillingPortal::ConfigurationService::UpdateParams::Features::SubscriptionUpdate::ScheduleAtPeriodEnd::Condition

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/billing_portal/configuration_service.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.



345
346
347
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 345

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

Instance Attribute Details

#typeObject

The type of condition.



343
344
345
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 343

def type
  @type
end