Class: Stripe::V2::Billing::ServiceActionService::CreateParams::CreditGrant::ApplicabilityConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ServiceActionService::CreateParams::CreditGrant::ApplicabilityConfig
- Defined in:
- lib/stripe/services/v2/billing/service_action_service.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
Constructor Details
#initialize(scope: nil) ⇒ ApplicabilityConfig
Returns a new instance of ApplicabilityConfig.
51 52 53 |
# File 'lib/stripe/services/v2/billing/service_action_service.rb', line 51 def initialize(scope: nil) @scope = scope end |
Instance Attribute Details
#scope ⇒ Object
The applicability scope of the credit grant.
49 50 51 |
# File 'lib/stripe/services/v2/billing/service_action_service.rb', line 49 def scope @scope end |