Class: Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/billing/credit_grant_service.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.



85
86
87
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 85

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

Instance Attribute Details

#scopeObject

Specify the scope of this applicability config.



83
84
85
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 83

def scope
  @scope
end