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

    If the fees is in baseAmount (sourceAccount) currency, effectiveRate = (baseAmount - sum(fees.feeAmount.currencyAmount)) * baseRate) / baseAmount. If the fees is in transferAmount (destinationAccount) currency, effectiveRate = (( baseAmount * baseRate ) - sum(fees.feeAmount.currencyAmount )) / baseAmount

    interface Fee {
        feeAmount: Currency;
        feeId: string;
        feeRateValue: string;
        feeType: FeeType;
    }
    Index

    Properties

    feeAmount: Currency
    feeId: string

    Unique identifier assigned to the Fee.

    feeRateValue: string

    The value of the fee in percentage format.

    feeType: FeeType