Selling Partner API SDK for JavaScript
    Preparing search index...

    The fees and foreign exchange rates that apply to the transaction. If the fees are in terms of the baseAmount (source account) currency, then the effective rate is equal to 1 - (fees * baseRate / baseAmount). If the fees are in terms of the transferAmount (destination account) currency, then the effective rate is equal to baseRate - (fees / baseAmount). In the preceding expressions, fees is equal to the sum of all feeAmount.currencyAmount values in the fees array.

    interface TransferRatePreview {
        baseAmount: Currency;
        fees: Fee[];
        fxRateDetails: FxRateDetails;
        transferAmount: Currency;
    }
    Index

    Properties

    baseAmount: Currency
    fees: Fee[]

    List of fees

    fxRateDetails: FxRateDetails
    transferAmount: Currency