Class: Stripe::V2::Billing::IntentCreateParams::Action::Modify::PricingPlanSubscriptionDetails::Overrides
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::IntentCreateParams::Action::Modify::PricingPlanSubscriptionDetails::Overrides
- Defined in:
- lib/stripe/params/v2/billing/intent_create_params.rb
Defined Under Namespace
Classes: PartialPeriodBehavior
Instance Attribute Summary collapse
-
#partial_period_behaviors ⇒ Object
Override for the partial period behavior.
Instance Method Summary collapse
-
#initialize(partial_period_behaviors: nil) ⇒ Overrides
constructor
A new instance of Overrides.
Methods inherited from RequestParams
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_behaviors ⇒ Object
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 |