OBJECT
CreateAccountLinkPayload
Data that was mutated after creating a link between an Amazon account and a third-party account.
link GraphQL Schema definition
1 type CreateAccountLinkPayload { 2 3 # The possible error returned from the service. 4 CreateAccountLinkError : 5 6 # The information about the link that was created. 7 AccountLink : 8 9 }