Class: Stripe::V2::Billing::ContractCreateParams::ContractLine::Override::ServiceAction::Add::CreditGrant::ExpiryConfig

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/contract_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



165
166
167
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 165

def initialize(type: nil)
  @type = type
end

Instance Attribute Details

#typeObject

The type of the expiry configuration.



163
164
165
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 163

def type
  @type
end