Class: Stripe::Quote::CreateParams::SubscriptionData::BillingMode
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Quote::CreateParams::SubscriptionData::BillingMode
- Defined in:
- lib/stripe/resources/quote.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Attribute for param field type.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ BillingMode
constructor
A new instance of BillingMode.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ BillingMode
Returns a new instance of BillingMode.
1277 1278 1279 |
# File 'lib/stripe/resources/quote.rb', line 1277 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Attribute for param field type
1275 1276 1277 |
# File 'lib/stripe/resources/quote.rb', line 1275 def type @type end |