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.
currentAssignedTo ● User
The customer the gift card is assigned to after this event.
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