Class: Stripe::V2::Billing::IntentCreateParams::Action::Apply::InvoiceDiscountRule::PercentOff::MaximumApplications
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::IntentCreateParams::Action::Apply::InvoiceDiscountRule::PercentOff::MaximumApplications
- Defined in:
- lib/stripe/params/v2/billing/intent_create_params.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
The type of maximum applications configuration.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ MaximumApplications
constructor
A new instance of MaximumApplications.
Methods inherited from RequestParams
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
#type ⇒ Object
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 |