Class: Stripe::V2::Billing::ServiceActionCreateParams::CreditGrantPerTenant::ApplicabilityConfig

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

Defined Under Namespace

Classes: Scope

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(scope: nil) ⇒ ApplicabilityConfig

Returns a new instance of ApplicabilityConfig.



159
160
161
# File 'lib/stripe/params/v2/billing/service_action_create_params.rb', line 159

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

Instance Attribute Details

#scopeObject

The applicability scope of the credit grant.



157
158
159
# File 'lib/stripe/params/v2/billing/service_action_create_params.rb', line 157

def scope
  @scope
end