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

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(scope: nil) ⇒ ApplicabilityConfig

Returns a new instance of ApplicabilityConfig.



90
91
92
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 90

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

Instance Attribute Details

#scopeObject

Specify the scope of this applicability config.



88
89
90
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 88

def scope
  @scope
end