Class: Stripe::V2::Billing::IntentCreateParams::Action::Deactivate::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.



91
92
93
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 91

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.



89
90
91
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 89

def partial_period_behaviors
  @partial_period_behaviors
end