UpdateCustomerResponse
Format of parameters that can be passed to updateCustomer endpoint method.
interface UpdateCustomerResponse {
data: User[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | User[] | Customer information. |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |