CustomerUpdatableFields
The updatable fields of a customer.
company_name
null | stringThe company name of the customer.
first_name
null | stringThe first name of the customer.
last_name
null | stringThe last name of the customer.
email
null | stringThe email of the customer.
phone
null | stringThe phone of the customer.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?