Method: AdvancedBilling::ComponentPricePoint#subscription_id

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

#subscription_idInteger

(only used for Custom Pricing - ie. when the price point’s type is ‘custom`) The id of the subscription that the custom price point is for.

Returns:

  • (Integer)


85
86
87
# File 'lib/advanced_billing/models/component_price_point.rb', line 85

def subscription_id
  @subscription_id
end