ENUM

TaxInterviewType

TaxInterviewType enumerates valid Amazon tax interview types.

link GraphQL Schema definition

1enum TaxInterviewType {
2
3# Describes an Amazon tax interview that would allow users to receive royalty
4# income through licensed content.
5ROYALTY
6
7# Describes an Amazon tax interview that would allow users to receive income for
8# their goods and services.
9SERVICE
10}