Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CollectionCustomer

Hierarchy

  • Customer
    • CollectionCustomer

Implements

Index

Properties

Optional accountId

accountId: string | undefined

The customer account id (if the customer has one)

Optional contactFree

contactFree: boolean | undefined

Contact-Free (not supported by all markets)

Optional email

email: string | undefined

The email address of the customer, if it is not known then leave as undefined

Optional familyName

familyName: string | undefined

The family name of the customer

Optional firstName

firstName: string | undefined

The first name of the customer

deprecated

Optional givenName

givenName: string | undefined

The given name of the customer

Optional lastName

lastName: string | undefined

The second name of the customer

deprecated

Optional marketing

marketing: undefined | { all: boolean }

The marketing opt-in for the customer

name

name: string

The combined first and last name of the customer

phone

phone: string

The phone number of the customer

Optional selectedLanguage

selectedLanguage: string | undefined

Selected Language (not supported by all markets)

Static schema

schema: ObjectSchema = baseSchema

Generated using TypeDoc