OBJECT

ClaimPrimeOfferError

Error code for an error that occurs while claiming prime offer.

link GraphQL Schema definition

1type ClaimPrimeOfferError {
2
3# Error code for error that occurred while claiming prime offer.
4code: ClaimPrimeOfferErrorCode!
5
6}