Skip to main content

UpdateCustomerRequest

Extends

  • Partial< Pick< Customer, "email" | "first_name" | "last_name" | "external_customer_id" > >

Properties

email?

email?: string

The email address of the customer.

Inherited from

Partial.email


external_customer_id?

external_customer_id?: ExternalId

An object containing external ids for the customer record.

Inherited from

Partial.external_customer_id


first_name?

first_name?: string

The customer’s first name.

Inherited from

Partial.first_name


last_name?

last_name?: string

The customer’s last name.

Inherited from

Partial.last_name


Generated using typedoc-plugin-markdown and TypeDoc