currencyConversionRate property

double? currencyConversionRate
getter/setter pair

Conversion rate used for currency conversion, from USD to the currency specified in the request.

This includes any surcharge collected for billing in non USD currency. If a currency is not specified in the request this defaults to 1.0. Example: USD * currency_conversion_rate = JPY

Implementation

core.double? currencyConversionRate;