Skip to main content
Version: v2.0

CustomerObject

@flatfile/adapter
› CustomerObject

Hierarchy

  • CustomerObject

    EndUserObject

Index

Properties

Properties

Optional companyId

companyId? : undefined | string

Defined in src/obj.customer.ts:25

Your internal ID for the company the user is currently operating under


Optional companyName

companyName? : undefined | string

Defined in src/obj.customer.ts:20

The company name the user is currently operating under


Optional email

email? : undefined | string

Defined in src/obj.customer.ts:15

An optional email address for this person


Optional name

name? : undefined | string

Defined in src/obj.customer.ts:10

A name to reference this person


userId

userId: string

Defined in src/obj.customer.ts:5

Your internal ID reference for this user (required)