Skip to main content

GiftCardEventAssignment Object

No description

type GiftCardEventAssignment {
oldAssignedTo: User
currentAssignedTo: User
oldAssignedToEmail: String
currentAssignedToEmail: String
}

Fields

oldAssignedTo ● User

The customer the gift card was assigned to before this event.

Requires one of the following permissions: MANAGE_USERSMANAGE_STAFFOWNER

currentAssignedTo ● User

The customer the gift card is assigned to after this event.

Requires one of the following permissions: MANAGE_USERSMANAGE_STAFFOWNER

oldAssignedToEmail ● String

Email of the customer the gift card was assigned to before this event.

currentAssignedToEmail ● String

Email of the customer the gift card is assigned to after this event.

Member Of

GiftCardEvent object