Class: Stripe::V2::Billing::PricingPlans::ComponentService::CreateParams::ServiceAction
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::PricingPlans::ComponentService::CreateParams::ServiceAction
- Defined in:
- lib/stripe/services/v2/billing/pricing_plans/component_service.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
The ID of the service action.
Instance Method Summary collapse
-
#initialize(id: nil) ⇒ ServiceAction
constructor
A new instance of ServiceAction.
Methods inherited from RequestParams
Constructor Details
#initialize(id: nil) ⇒ ServiceAction
Returns a new instance of ServiceAction.
55 56 57 |
# File 'lib/stripe/services/v2/billing/pricing_plans/component_service.rb', line 55 def initialize(id: nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
The ID of the service action.
53 54 55 |
# File 'lib/stripe/services/v2/billing/pricing_plans/component_service.rb', line 53 def id @id end |