OBJECT

GiftCardCodeSelfClaimEdge

User edge relating the pin's status to the user.

link GraphQL Schema definition

1type GiftCardCodeSelfClaimEdge implements SelfClaimEdge {
2
3# If the user is eligible to claim the key code.
4canClaim: Boolean!
5
6# Nullable field for the country where the user redeemed the claimable.
7countryOfResidence: String
8
9# The user ID that is claiming the code.
10id: ID!
11
12# Nullable status code for if the user cannot claim the key code.
13statusCode: String
14
15}

link Required by

This element is not required by anyone