Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Account

Hierarchy

  • Account

Implements

Index

Properties

Optional dob

dob: string | undefined

The dob of the customer, if it is not known then leave as undefined Using string as it can come in different formats and it's easier to parse in the consumer

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 givenName

givenName: string | undefined

The given name of the customer

Optional id

id: string | undefined

The customer account id This field should only be omitted for account-creation-request or account-creation-failed events

Optional marketing

marketing: undefined | { all: boolean }

The marketing opt-in for the customer

Optional phone

phone: string | undefined

The phone number of the customer

Generated using TypeDoc