Skip to main content

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

NameTypeDescription
_idStringInternal database identifier for an existing buyer.
emailString!Email address of the buyer.
firstNameString!Buyer's first name.
idFloatNumeric identifier for the buyer.
lastNameString!Buyer's last name.
nameStringFull name of the buyer.
telephoneStringTelephone number.
organisationStringOrganization or company name.
taxNumberStringTax identification number.
isGuestBooleanWhether the buyer is a guest (not registered).