Interface: Customer
Defined in: type/Customer.ts:15
Object class for Customer
Properties
addresses
addresses:
Address[]
Defined in: type/Customer.ts:19
addresses field
attributes?
optionalattributes?:AttributeResultResponse
Defined in: type/Customer.ts:21
Lists attributes for this customer based on the search input.
bankAccount?
optionalbankAccount?:string
Defined in: type/Customer.ts:55
The Bank Account Number of the user
bic?
optionalbic?:string
Defined in: type/Customer.ts:57
The Bank Identification Code of the user
createdAt?
optionalcreatedAt?:string
Defined in: type/Customer.ts:73
createdAt field
customerId
customerId:
number
Defined in: type/Customer.ts:17
The id of the customer.
dateOfBirth?
optionaldateOfBirth?:string
Defined in: type/Customer.ts:67
The date of birth of the contact.
debtorId?
optionaldebtorId?:string
Defined in: type/Customer.ts:35
debtorId field
email
email:
string
Defined in: type/Customer.ts:49
The email of the user.
expires?
optionalexpires?:string
Defined in: type/Customer.ts:63
The expiration date of the contact. After this date expires contact will be disabled.
externalId?
optionalexternalId?:string
Defined in: type/Customer.ts:65
External ID
favoriteLists?
optionalfavoriteLists?:FavoriteListsResponse
Defined in: type/Customer.ts:25
favoriteLists field
firstName
firstName:
string
Defined in: type/Customer.ts:39
The first name of the user.
gender?
optionalgender?:Gender
Defined in: type/Customer.ts:37
The gender of the user.
iban?
optionaliban?:string
Defined in: type/Customer.ts:53
The International Bank Account Number of the user
isLoggedIn?
optionalisLoggedIn?:boolean
Defined in: type/Customer.ts:71
isLoggedIn field
lastModifiedAt?
optionallastModifiedAt?:string
Defined in: type/Customer.ts:75
lastModifiedAt field
lastName
lastName:
string
Defined in: type/Customer.ts:43
The last name of the user.
login?
optionallogin?:string
Defined in: type/Customer.ts:51
The login name (email) the account is linked to, generally the same as email address. When null a account has not been linked yet.
magicTokens
magicTokens:
MagicToken[]
Defined in: type/Customer.ts:23
Get all magic tokens for a customer
mailingList?
optionalmailingList?:YesNo
Defined in: type/Customer.ts:69
mailingList field
middleName?
optionalmiddleName?:string
Defined in: type/Customer.ts:41
The middle name of the user.
mobile?
optionalmobile?:string
Defined in: type/Customer.ts:47
The mobile number of the user.
notes?
optionalnotes?:string
Defined in: type/Customer.ts:59
notes field
orderlist?
optionalorderlist?:OrderlistsResponse
Defined in: type/Customer.ts:27
orderlist field
orderlists
orderlists:
OrderlistsResponse
Defined in: type/Customer.ts:29
orderlists field
phone?
optionalphone?:string
Defined in: type/Customer.ts:45
The phone number of the user.
pricesheets?
optionalpricesheets?:Pricesheet[]
Defined in: type/Customer.ts:31
pricesheets field
primaryLanguage?
optionalprimaryLanguage?:string
Defined in: type/Customer.ts:61
The primary language of the user
sources
sources:
Source[]
Defined in: type/Customer.ts:77
sources field
userId?
optionaluserId?:number
Defined in: type/Customer.ts:33
The unique identifier of the user.