GiftCardTag Object
The gift card tag.
type GiftCardTag implements Node {
id: ID!
name: String!
}
Fields
id ● ID!
ID of the tag associated with a gift card.
name ● String!
Name of the tag associated with a gift card.
Interfaces
Node
An object with an ID
Member Of
GiftCard object ● GiftCardTagCountableEdge object