Information about user. This is used to represent information of the user associated with an order.
JSON representation | |
---|---|
{
"email": string,
"firstName": string,
"lastName": string,
"displayName": string,
"phoneNumbers": [
{
object ( |
Fields | |
---|---|
email |
User email, Eg: janedoe@gmail.com. |
firstName |
First name of the user. |
lastName |
Last name of the user. |
displayName |
Display name of the user, might be different from first or last name. |
phoneNumbers[] |
Phone numbers of the user. |