ENUM

SubscriptionGiftOfferPlatform

The different types of platforms available for gift offers.

link GraphQL Schema definition

1enum SubscriptionGiftOfferPlatform {
2
3# Gift offers available for the web clients.
4WEB
5
6# Gift offers available for the Android clients.
7ANDROID
8}