Class: Stripe::V2::Billing::ContractUpdateParams::LicenseQuantityAction::Set
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ContractUpdateParams::LicenseQuantityAction::Set
- Defined in:
- lib/stripe/params/v2/billing/contract_update_params.rb
Instance Attribute Summary collapse
-
#quantity ⇒ Object
The quantity to set.
Instance Method Summary collapse
-
#initialize(quantity: nil) ⇒ Set
constructor
A new instance of Set.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(quantity: nil) ⇒ Set
Returns a new instance of Set.
25 26 27 |
# File 'lib/stripe/params/v2/billing/contract_update_params.rb', line 25 def initialize(quantity: nil) @quantity = quantity end |
Instance Attribute Details
#quantity ⇒ Object
The quantity to set.
23 24 25 |
# File 'lib/stripe/params/v2/billing/contract_update_params.rb', line 23 def quantity @quantity end |