UserInfo
Stay organized with collections
Save and categorize content based on your preferences.
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 (PhoneNumber )
}
]
} |
Fields |
email |
string
User email, Eg: janedoe@gmail.com.
|
firstName |
string
First name of the user.
|
lastName |
string
Last name of the user.
|
displayName |
string
Display name of the user, might be different from first or last name.
|
phoneNumbers[] |
object (PhoneNumber )
Phone numbers of the user.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The JSON representation provides information about a user associated with an order, including their email, name, and phone numbers."],["The `user` object includes fields for email, first name, last name, display name, and an array of phone numbers."],["Each phone number is represented as a separate object with its own properties (as defined in the PhoneNumber object)."]]],[]]