Skip to main content
Skip to main content

CustomerUpdatableFields

The updatable fields of a customer.

company_namenull | string
The company name of the customer.
first_namenull | string
The first name of the customer.
last_namenull | string
The last name of the customer.
emailnull | string
The email of the customer.
phonenull | string
The phone of the customer.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?