Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

UpdateMyCustomerParams

Parameters for the customerUpdateMe API endpoint

export interface UpdateMyCustomerParams {
	actions: MyCustomerUpdateAction[];
	version: string | number;
}

Properties

NameRequiredTypeDescription
actionsRequiredMyCustomerUpdateAction[]Operations to be performed on the customer
versionRequiredstring | numberVersion of the user data

Referenced Types

On this page