OBJECT

PrimeVideoBenefit

Information about the Amazon user's Prime Video benefit.

link GraphQL Schema definition

1type PrimeVideoBenefit {
2
3# Error when the authentication token is expired.
4error: WatchPartyError
5
6# True if the user has valid access.
7isValid: Boolean
8
9}