Tax Categories Change Types

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.
type
String
"AddTaxRateChange"
change
String
"addTaxRate"
nextValue

Value after the change.

Change Name

Change triggered by the Change Name update action.
type
String
"ChangeNameChange"
change
String
"changeName"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Remove Tax Rate

Change triggered by the Remove TaxRate update action.
type
String
"RemoveTaxRateChange"
change
String
"removeTaxRate"
previousValue

Value before the change.

Replace Tax Rate

Change triggered by the Replace TaxRate update action.
type
String
"ReplaceTaxRateChange"
change
String
"replaceTaxRate"
previousValue

Value before the change.

nextValue

Value after the change.

Set Description

Change triggered by the Set Description update action.
type
String
"SetDescriptionChange"
change
String
"setDescription"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Set Key

type
String
"SetKeyChange"
change
String
"setKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.