Method: AdvancedBilling::ComponentPricePoint#handle

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

#handleString

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

Returns:

  • (String)


50
51
52
# File 'lib/advanced_billing/models/component_price_point.rb', line 50

def handle
  @handle
end