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

    Monetary and tax details of the charge.

    interface ChargeDetails {
        chargeAmount: Money;
        description?: string;
        taxDetails?: TaxDetails[];
        type: ChargeDetailsTypeEnum;
    }
    Index
    chargeAmount: Money
    description?: string

    Description of the charge.

    taxDetails?: TaxDetails[]

    Tax amount details applied on this charge.

    Type of the charge applied.