Class: Stripe::V2::Billing::ServiceActionCreateParams::CreditGrantPerTenant::ExpiryConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(type: nil) ⇒ ExpiryConfig

Returns a new instance of ExpiryConfig.



144
145
146
# File 'lib/stripe/params/v2/billing/service_action_create_params.rb', line 144

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

Instance Attribute Details

#typeObject

The type of the expiry configuration. We currently support ‘end_of_service_period`.



142
143
144
# File 'lib/stripe/params/v2/billing/service_action_create_params.rb', line 142

def type
  @type
end