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

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(type: nil) ⇒ MaximumApplications

Returns a new instance of MaximumApplications.



43
44
45
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 43

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

Instance Attribute Details

#typeObject

The type of maximum applications configuration.



41
42
43
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 41

def type
  @type
end