> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/gift-cards/llms.txt)
> Source: https://docs.saleor.io/api-reference/gift-cards/objects/gift-card-event-assignment

# GiftCardEventAssignment Object

No description

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

<a id="fields"></a>

### Fields

<a id="old-assigned-to"></a>

#### [`oldAssignedTo`](#old-assigned-to) ● [`User`](/api-reference/users/objects/user.md)

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

Requires one of the following permissions: MANAGE\_USERS MANAGE\_STAFF OWNER

<a id="current-assigned-to"></a>

#### [`currentAssignedTo`](#current-assigned-to) ● [`User`](/api-reference/users/objects/user.md)

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

Requires one of the following permissions: MANAGE\_USERS MANAGE\_STAFF OWNER

<a id="old-assigned-to-email"></a>

#### [`oldAssignedToEmail`](#old-assigned-to-email) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="current-assigned-to-email"></a>

#### [`currentAssignedToEmail`](#current-assigned-to-email) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="member-of"></a>

### Member Of

[`GiftCardEvent`](/api-reference/gift-cards/objects/gift-card-event.md) object
