# Interface: CustomerData
# Table of contents
# Properties
# Properties
# attributes
• attributes: object
# Type declaration:
Name | Type |
---|---|
createdAt ? | string |
dateOfBirth | null |
email | string |
firstName | string |
gender | null |
lastName | string |
salutation | string |
updatedAt ? | string |
Defined in: types/customer.ts:52 (opens new window)
# id
• id: string
Defined in: types/customer.ts:51 (opens new window)
# links
• links: object
# Type declaration:
Name | Type |
---|---|
self | string |
Defined in: types/customer.ts:62 (opens new window)
# type
• type: customers
Defined in: types/customer.ts:50 (opens new window)