Details about the account that was associated.
JSON representation |
---|
{ "accountNickname": { object ( |
Fields | |
---|---|
accountNickname |
REQUIRED: Nickname by which the user knows this account for display purposes. |
accountAlias |
OPTIONAL: An additional account alias the user might use to identify their vendor account. These are used by Google customer operation agents to help customers diagnose issues. These aliases should be user recognizable (for example the user knows this alias because it appears on their statement or appears on the website after they log into the account). |
AssociatedAccountNickname
The nickname of the associated account.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field account_names . REQUIRED: The name by which the user knows this account. account_names can be only one of the following: |
|
partialAccountNickname |
String by which the user knows this account for display purposes. This is a suffix of the account nickname. For example last four digits of a phone number. Google will indicate in the user interface that this is only a suffix of the nickname. This value will be displayed in UIs like the purchase flow to allow the user to distinguish between payment methods. |
fullAccountNickname |
String by which the user knows this account for display purposes. Unlike This value will be displayed in UIs like the purchase flow to allow the user to distinguish between payment methods. |
AccountAlias
Defines the type and value of an alias that a user associates with their vendor account.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field account_alias . REQUIRED: An account alias the user has with the integrator. account_alias can be only one of the following: |
|
phoneNumber |
The phone number the user has on file with the integrator. |
emailAddress |
The email address the user has on file with the integrator. |
PhoneNumber
An E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
REQUIRED: This is a E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes). |