Class: Stripe::V2::Billing::PricingPlans::ComponentCreateParams::ServiceAction
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::PricingPlans::ComponentCreateParams::ServiceAction
- Defined in:
- lib/stripe/params/v2/billing/pricing_plans/component_create_params.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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(id: nil) ⇒ ServiceAction
Returns a new instance of ServiceAction.
37 38 39 |
# File 'lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb', line 37 def initialize(id: nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
The ID of the service action.
35 36 37 |
# File 'lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb', line 35 def id @id end |