CheckoutBuyer Object
Description
Buyer information for a checkout.
Declaration
type CheckoutBuyer {
_id: String
email: String
firstName: String
id: Float
lastName: String
name: String
telephone: String
organisation: String
taxNumber: String
isGuest: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
_id | String | Internal database identifier. |
email | String | Email address of the buyer. |
firstName | String | Buyer's first name. |
id | Float | Numeric identifier for the buyer. |
lastName | String | Buyer's last name. |
name | String | Full name of the buyer. |
telephone | String | Telephone number. |
organisation | String | Organization or company name. |
taxNumber | String | Tax identification number. |
isGuest | Boolean | Whether the buyer is a guest (not registered). |