CheckoutUser Object
Description
User information associated with a checkout.
Declaration
type CheckoutUser {
_id: String
id: String
firstName: String
lastName: String
name: String
email: String
telephone: String
taxNumber: String
}
Fields
| Name | Type | Description |
|---|---|---|
_id | String | Internal database identifier. |
id | String | User identifier string. |
firstName | String | User's first name. |
lastName | String | User's last name. |
name | String | Full name of the user. |
email | String | Email address. |
telephone | String | Telephone number. |
taxNumber | String | Tax identification number. |