Change triggered by the Set CustomLineItem TaxAmount update action.

interface SetCustomLineItemTaxAmountChange {
    change: string;
    customLineItem: LocalizedString;
    customLineItemId: string;
    nextValue: TaxRate;
    previousValue: TaxRate;
    taxMode: string;
    type: "SetCustomLineItemTaxAmountChange";
}

Properties

change: string
customLineItem: LocalizedString

Name of the updated CustomLineItem.

customLineItemId: string

id of the updated CustomLineItem.

nextValue: TaxRate

Value after the change.

previousValue: TaxRate

Value before the change.

taxMode: string

"ExternalAmount"

type: "SetCustomLineItemTaxAmountChange"