Class: Stripe::V2::Billing::ServiceActionService::CreateParams::CreditGrantPerTenant::ExpiryConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ServiceActionService::CreateParams::CreditGrantPerTenant::ExpiryConfig
- Defined in:
- lib/stripe/services/v2/billing/service_action_service.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
The type of the expiry configuration.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ ExpiryConfig
constructor
A new instance of ExpiryConfig.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ ExpiryConfig
Returns a new instance of ExpiryConfig.
132 133 134 |
# File 'lib/stripe/services/v2/billing/service_action_service.rb', line 132 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
The type of the expiry configuration. We currently support ‘end_of_service_period`.
130 131 132 |
# File 'lib/stripe/services/v2/billing/service_action_service.rb', line 130 def type @type end |