Change triggered by the following update actions:

- [Set Customer](ctp:api:type:PaymentSetCustomerAction) on Payments.
- [Set Customer](ctp:api:type:ReviewSetCustomerAction) on Reviews.
- [Set Customer](ctp:api:type:ShoppingListSetCustomerAction) on Shopping Lists.
interface SetCustomerChange {
    change: string;
    nextValue: Reference;
    previousValue: Reference;
    type: "SetCustomerChange";
}

Properties

change: string
nextValue: Reference

Value after the change.

previousValue: Reference

Value before the change.

type: "SetCustomerChange"