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

    Details of the fee.

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

    Properties

    feeAmount: Currency
    feeId: string

    The unique identifier assigned to the fee.

    feeRateValue: string

    The value of the fee in percentage format.

    feeType: FeeType