Class: Stripe::V2::Billing::IntentCreateParams::Action::Deactivate::PricingPlanSubscriptionDetails::Overrides::PartialPeriodBehavior::LicenseFee

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(credit_proration_behavior: nil) ⇒ LicenseFee

Returns a new instance of LicenseFee.



74
75
76
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 74

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

Instance Attribute Details

#credit_proration_behaviorObject

The proration behavior for the partial servicing period. Defines how we prorate the license fee when the user is deactivating.



72
73
74
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 72

def credit_proration_behavior
  @credit_proration_behavior
end