Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ChargeComponent

    The type and amount of a charge applied on a package.

    interface ChargeComponent {
        amount?: Currency;
        chargeType?: ChargeComponentChargeTypeEnum;
    }
    Index
    amount?: Currency

    The type of charge.