Class: Stripe::V2::Billing::IntentCreateParams::Action::Apply::InvoiceDiscountRule::PercentOff::MaximumApplications

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(type: nil) ⇒ MaximumApplications

Returns a new instance of MaximumApplications.



16
17
18
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 16

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

Instance Attribute Details

#typeObject

The type of maximum applications configuration.



14
15
16
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 14

def type
  @type
end