Method: AdvancedBilling::ComponentPricePoint#subscription_id
- Defined in:
- lib/advanced_billing/models/component_price_point.rb
#subscription_id ⇒ Integer
(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.
85 86 87 |
# File 'lib/advanced_billing/models/component_price_point.rb', line 85 def subscription_id @subscription_id end |