Method: AdvancedBilling::ComponentPricePoint#use_site_exchange_rate
- Defined in:
- lib/advanced_billing/models/component_price_point.rb
#use_site_exchange_rate ⇒ TrueClass | FalseClass
Whether to use the site level exchange rate or define your own prices for each currency if you have multiple currencies defined on the site. Defaults to true during creation.
80 81 82 |
# File 'lib/advanced_billing/models/component_price_point.rb', line 80 def use_site_exchange_rate @use_site_exchange_rate end |