CustomerPayload
ODP Node SDK / ODP / CustomerPayload
CustomerPayload
The ODP Customer payload. See
V3 Customers API
for details.
Index
Properties
Properties
attributes
object
A set of known customer attributes such as name, timezone, etc.
Index signature
[field
: string
]: FieldValue
| undefined
Type declaration
Defined in: src/Api/Types/CustomerPayload.ts:20
identifiers
A set of identifiers that uniquely identify the customer.
At least one identifier is required.
Defined in: src/Api/Types/CustomerPayload.ts:16
Updated 2 months ago