Alokai

UpdateCustomerFormFieldsParameters

Parameters to update customer form fields.

interface UpdateCustomerFormFieldsParameters {
	data: CustomerIdFormField[];
}

Properties

NameRequiredTypeDescription
dataRequiredCustomerIdFormField[]Form field with customer ID.

Referenced Types

On this page