Class: Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrantCreateParams::ApplicabilityConfig
- Defined in:
- lib/stripe/params/billing/credit_grant_create_params.rb
Defined Under Namespace
Classes: Scope
Instance Attribute Summary collapse
-
#scope ⇒ Object
Specify the scope of this applicability config.
Instance Method Summary collapse
-
#initialize(scope: nil) ⇒ ApplicabilityConfig
constructor
A new instance of ApplicabilityConfig.
Methods inherited from RequestParams
Constructor Details
#initialize(scope: nil) ⇒ ApplicabilityConfig
53 54 55 |
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 53 def initialize(scope: nil) @scope = scope end |
Instance Attribute Details
#scope ⇒ Object
Specify the scope of this applicability config.
51 52 53 |
# File 'lib/stripe/params/billing/credit_grant_create_params.rb', line 51 def scope @scope end |