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

    Monetary and tax details of the allowance.

    interface AllowanceDetails {
        allowanceAmount: Money;
        description?: string;
        taxDetails?: TaxDetails[];
        type: AllowanceDetailsTypeEnum;
    }
    Index

    Properties

    allowanceAmount: Money
    description?: string

    Description of the allowance.

    taxDetails?: TaxDetails[]

    Tax amount details applied on this allowance.

    Type of the allowance applied.