Interface VendorInvoicesApiModelAllowanceDetails

Monetary and tax details of the allowance.

AllowanceDetails

interface VendorInvoicesApiModelAllowanceDetails {
    allowanceAmount: VendorInvoicesApiModelMoney;
    description?: string;
    taxDetails?: VendorInvoicesApiModelTaxDetails[];
    type:
        | "Defective"
        | VendorInvoicesApiModelAllowanceDetailsTypeEnum
        | "Discount"
        | "DiscountIncentive"
        | "Promotional"
        | "UnsaleableMerchandise"
        | "Special";
}

Properties

AllowanceDetails

description?: string

Description of the allowance.

AllowanceDetails

Tax amount details applied on this allowance.

AllowanceDetails

type:
    | "Defective"
    | VendorInvoicesApiModelAllowanceDetailsTypeEnum
    | "Discount"
    | "DiscountIncentive"
    | "Promotional"
    | "UnsaleableMerchandise"
    | "Special"

Type of the allowance applied.

AllowanceDetails

MMNEPVFCICPMFPCPTTAAATR