Class: Stripe::V2::Billing::ContractCreateParams::ContractLine::Override::ServiceAction::Replace::CreditGrant::ExpiryConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ContractCreateParams::ContractLine::Override::ServiceAction::Replace::CreditGrant::ExpiryConfig
- Defined in:
- lib/stripe/params/v2/billing/contract_create_params.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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(type: nil) ⇒ ExpiryConfig
Returns a new instance of ExpiryConfig.
258 259 260 |
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 258 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
The type of the expiry configuration.
256 257 258 |
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 256 def type @type end |