Interface CustomerUpdateParams

Export

CustomerUpdateParams

Hierarchy

  • CustomerUpdateParams

Properties

email?: string

The customer's email address.

Memberof

CustomerUpdateParams

first_name?: string

The customer's first name.

Memberof

CustomerUpdateParams

last_name?: string

The customer's last name.

Memberof

CustomerUpdateParams

metadata?: {
    [key: string]: string;
}

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value (i.e. \'\' or null) to them. All keys can be unset by posting an empty value (i.e. {} or null) to metadata.

Memberof

CustomerUpdateParams

Type declaration

  • [key: string]: string
middle_name?: string

The customer's middle name.

Memberof

CustomerUpdateParams

phone?: string

The customer's phone number.

Memberof

CustomerUpdateParams

Generated using TypeDoc