UpdateMyCustomerParams
Parameters for the customerUpdateMe API endpoint
interface UpdateMyCustomerParams {
actions: MyCustomerUpdateAction[];
version: number | string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
actions | Required | MyCustomerUpdateAction[] | Operations to be performed on the customer |
version | Required | number | string | Version of the user data |