CreateCustomerResponse
Create customer response.
interface CreateCustomerResponse {
data: User[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | User[] | Collection of customers. |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |