OBJECT

CreateAccountLinkPayload

Data that was mutated after creating a link between an Amazon account and a third-party account.

link GraphQL Schema definition

1type CreateAccountLinkPayload {
2
3# The possible error returned from the service.
4error: CreateAccountLinkError
5
6# The information about the link that was created.
7account: AccountLink
8
9}

link Required by