Class: Stripe::Billing::CreditGrant::CreateParams::ApplicabilityConfig

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/billing/credit_grant.rb

Defined Under Namespace

Classes: Scope

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(scope: nil) ⇒ ApplicabilityConfig

Returns a new instance of ApplicabilityConfig.



121
122
123
# File 'lib/stripe/resources/billing/credit_grant.rb', line 121

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

Instance Attribute Details

#scopeObject

Specify the scope of this applicability config.



119
120
121
# File 'lib/stripe/resources/billing/credit_grant.rb', line 119

def scope
  @scope
end