OrderTransactionCurrencyExchangeAdjustment
If money is accepted in a foreign currency, this object describes amounts and currencies in the Shop's default currency.
type OrderTransactionCurrencyExchangeAdjustment {
targetAmount: Float!
targetCurrency: ResonanceCurrency!
}
Fields
OrderTransactionCurrencyExchangeAdjustment.targetAmount ● Float! non-null scalar
The amount in the shop's default currency.
OrderTransactionCurrencyExchangeAdjustment.targetCurrency ● ResonanceCurrency! non-null enum
Shop's default currency.
Member of
OrderTransaction object