Change triggered by the Set Customer Number update action.

interface SetCustomerNumberChange {
    change: string;
    nextValue: string;
    previousValue: string;
    type: "SetCustomerNumberChange";
}

Properties

change: string
nextValue: string

Value after the change.

previousValue: string

Value before the change.

type: "SetCustomerNumberChange"