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

    Monetary and tax details of the charge.

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

    Properties

    chargeAmount: Money
    description?: string

    Description of the charge.

    taxDetails?: TaxDetails[]

    Tax amount details applied on this charge.

    Type of the charge applied.