Class: Stripe::V2::Billing::PricingPlans::ComponentCreateParams::ServiceAction

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#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

#idObject

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