ENUM

CountryPrimeEligibility

Descriptor for whether or not users in a country are eligible for Prime Gaming benefits.

link GraphQL Schema definition

1enum CountryPrimeEligibility {
2
3# Prime Gaming benefits are supported in this country.
4SUPPORTED
5
6# Amazon is legally prohibited from doing business in this country.
7EMBARGOED
8
9# Prime Gaming benefits are not yet offered in this country.
10EXCLUDED
11}