TransactionCurrencyDetails
- currencyType: string · Currency nullable
Currency code for the transaction amounts (e.g., USD, EUR). If not USD, amounts are also reported in USD via exchange_rate_info.
- exchangeType: object · ExchangeRateInfoResponse nullable
_rate _info Full currency conversion details including converted amounts and the rate source
- finalType: string · Final Transaction Amount In Target CurrencyFormat: decimal nullable
_transaction _amount _in _target _currency Final transaction amount (post-discount, pre- or post-tax depending on is_tax_inclusive) converted to the target currency
- fromType: string · From Currency nullable
_currency Currency code of the original transaction (e.g., EUR, GBP)
- fxType: string · Fx RateFormat: decimal nullable
_rate The exchange rate applied to convert from_currency to to_currency
- isType: boolean · Is Exchange Rate Estimated nullable
_exchange _rate _estimated True if the exchange rate is based on an estimate (e.g., cached daily rate) rather than a real-time market rate
- sourceType: stringenum nullable
Where the exchange rate came from: complyt = system-sourced market rate, client = caller-provided manual_exchange_rate override
values- complyt
- client
- toType: string · To Currency nullable
_currency Target currency code, derived from the shipping address country
- totalType: string · Total Items Amount In Target CurrencyFormat: decimal nullable
_items _amount _in _target _currency Sum of all line item total_price_after_discounts converted from the transaction currency to the target currency
- transactionType: string · Transaction Sales Tax In Target CurrencyFormat: decimal nullable
_sales _tax _in _target _currency Total calculated tax amount converted to the target currency
- manualType: string · Manual Exchange RateFormat: decimal nullable
_exchange _rate Manual exchange rate override that was applied to this transaction, if provided