CustomerObject
Optional
• companyId? : undefined | string
Defined in src/obj.customer.ts:25
Your internal ID for the company the user is currently operating under
Optional
• companyName? : undefined | string
Defined in src/obj.customer.ts:20
The company name the user is currently operating under
Optional
• email? : undefined | string
Defined in src/obj.customer.ts:15
An optional email address for this person
Optional
• name? : undefined | string
Defined in src/obj.customer.ts:10
A name to reference this person
• userId: string
Defined in src/obj.customer.ts:5
Your internal ID reference for this user (required)