CustomerDataArrayEntry
Object
A customer data entry whose value is a nested list of entries. This occurs for grouped fields like "address" or "name".
Fields
| Field | Description | Type |
|---|---|---|
key | The group name (e.g. "address", "name"). | String! |
value | The nested entries within this group. | [ CustomerDataEntry! ]! |
Interfaces
CustomerDataArrayEntry implements the following interfaces: