Method: AdvancedBilling::ComponentPricePoint#component_id

Defined in:
lib/advanced_billing/models/component_price_point.rb

#component_idInteger

The identifier for the pricing scheme. See [Product Components](help.chargify.com/products/product-components.html) for an overview of pricing schemes.

Returns:

  • (Integer)


44
45
46
# File 'lib/advanced_billing/models/component_price_point.rb', line 44

def component_id
  @component_id
end