Skip to main content

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

NameTypeDescription
_idStringInternal database identifier.
emailStringEmail address of the buyer.
firstNameStringBuyer's first name.
idFloatNumeric identifier for the buyer.
lastNameStringBuyer'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).