Interface CustomerCreatedEventPayload

Payload for deleting customers

interface CustomerCreatedEventPayload {
    customer: string;
    salesChannel: string;
}

Hierarchy (view full)

Properties

customer: string

The customer ID

salesChannel: string

The sales channel ID