# GiftCardRecipient - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a recipient who will receive the issued gift card. ### Access Scopes `read_gift_cards` access scope. ## Fields * [message](/docs/api/admin-graphql/2024-10/scalars/String): String - The message sent with the gift card. * [preferredName](/docs/api/admin-graphql/2024-10/scalars/String): String - The preferred name of the recipient who will receive the gift card. * [recipient](/docs/api/admin-graphql/2024-10/objects/Customer): Customer! - The recipient who will receive the gift card. * [sendNotificationAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The scheduled datetime on which the gift card will be sent to the recipient. The gift card will be sent within an hour of the specified datetime. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples