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.



198
199
200
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 198

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.



196
197
198
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 196

def partial_period_behaviors
  @partial_period_behaviors
end