CheckoutBuyerInput Input
Description
Input fields for buyer information in a checkout.
Declaration
input CheckoutBuyerInput {
_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 for an existing buyer. |
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). |