Class: Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig

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



80
81
82
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 80

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

Instance Attribute Details

#scopeObject

Specify the scope of this applicability config.



78
79
80
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 78

def scope
  @scope
end