Class: Stripe::V2::Billing::IntentCreateParams::Action::Modify::PricingPlanSubscriptionDetails::Overrides

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/intent_create_params.rb

Defined Under Namespace

Classes: PartialPeriodBehavior

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(partial_period_behaviors: nil) ⇒ Overrides

Returns a new instance of Overrides.



182
183
184
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 182

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

Instance Attribute Details

#partial_period_behaviorsObject

Override for the partial period behavior.



180
181
182
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 180

def partial_period_behaviors
  @partial_period_behaviors
end