Class: Stripe::Invoice::CreatePreviewParams::SubscriptionDetails::BillingMode
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Invoice::CreatePreviewParams::SubscriptionDetails::BillingMode
- Defined in:
- lib/stripe/resources/invoice.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.
2933 2934 2935 |
# File 'lib/stripe/resources/invoice.rb', line 2933 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
Attribute for param field type
2931 2932 2933 |
# File 'lib/stripe/resources/invoice.rb', line 2931 def type @type end |