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

    The type of fee, fee amount, and other details.

    interface IncludedFeeDetail {
        FeeAmount: MoneyType;
        FeePromotion?: MoneyType;
        FeeType: string;
        FinalFee: MoneyType;
        TaxAmount?: MoneyType;
    }
    Index

    Properties

    FeeAmount: MoneyType
    FeePromotion?: MoneyType
    FeeType: string

    The type of fee charged to a seller.

    FinalFee: MoneyType
    TaxAmount?: MoneyType