Change types that represent data modifications made to the Tax Categories entity.
Change types
Add Tax Rate
Change triggered by the Add TaxRate update action.
typeString | "AddTaxRateChange" |
changeString | "addTaxRate" |
nextValue | Value after the change. |
Change Name
Change triggered by the Change Name update action.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Remove Tax Rate
Change triggered by the Remove TaxRate update action.
typeString | "RemoveTaxRateChange" |
changeString | "removeTaxRate" |
previousValue | Value before the change. |
Replace Tax Rate
Change triggered by the Replace TaxRate update action.
Set Description
Change triggered by the Set Description update action.
typeString | "SetDescriptionChange" |
changeString | "setDescription" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |