Change triggered by the Set CustomLineItem TaxRate update action.

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

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

"External"

type: "SetCustomLineItemTaxRateChange"