Method: AdvancedBilling::ComponentPricePoint#interval

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

#intervalInteger

The numerical interval. i.e. an interval of ‘30’ coupled with an interval_unit of day would mean this component price point would renew every 30 days. This property is only available for sites with Multifrequency enabled.

Returns:

  • (Integer)


97
98
99
# File 'lib/advanced_billing/models/component_price_point.rb', line 97

def interval
  @interval
end