Class: Stripe::V2::Billing::IntentCreateParams::Action::Subscribe::PricingPlanSubscriptionDetails::Overrides::PartialPeriodBehavior::LicenseFee
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::IntentCreateParams::Action::Subscribe::PricingPlanSubscriptionDetails::Overrides::PartialPeriodBehavior::LicenseFee
- Defined in:
- lib/stripe/params/v2/billing/intent_create_params.rb
Instance Attribute Summary collapse
-
#debit_proration_behavior ⇒ Object
The proration behavior for the partial servicing period.
Instance Method Summary collapse
-
#initialize(debit_proration_behavior: nil) ⇒ LicenseFee
constructor
A new instance of LicenseFee.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(debit_proration_behavior: nil) ⇒ LicenseFee
Returns a new instance of LicenseFee.
445 446 447 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 445 def initialize(debit_proration_behavior: nil) @debit_proration_behavior = debit_proration_behavior end |
Instance Attribute Details
#debit_proration_behavior ⇒ Object
The proration behavior for the partial servicing period. Defines how we prorate the license fee when the user is subscribing. If not specified, defaults to prorated.
443 444 445 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 443 def debit_proration_behavior @debit_proration_behavior end |