Class: Stripe::V2::Billing::ServiceActionCreateParams::CreditGrant::ApplicabilityConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ServiceActionCreateParams::CreditGrant::ApplicabilityConfig
- Defined in:
- lib/stripe/params/v2/billing/service_action_create_params.rb
Defined Under Namespace
Classes: Scope
Instance Attribute Summary collapse
-
#scope ⇒ Object
The applicability scope of the credit grant.
Instance Method Summary collapse
-
#initialize(scope: nil) ⇒ ApplicabilityConfig
constructor
A new instance of ApplicabilityConfig.
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.
60 61 62 |
# File 'lib/stripe/params/v2/billing/service_action_create_params.rb', line 60 def initialize(scope: nil) @scope = scope end |
Instance Attribute Details
#scope ⇒ Object
The applicability scope of the credit grant.
58 59 60 |
# File 'lib/stripe/params/v2/billing/service_action_create_params.rb', line 58 def scope @scope end |