Skip to main content

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

NameTypeDescription
_idStringInternal database identifier.
idStringUser identifier string.
firstNameStringUser's first name.
lastNameStringUser's last name.
nameStringFull name of the user.
emailStringEmail address.
telephoneStringTelephone number.
taxNumberStringTax identification number.