Name | Type | Description | Notes |
---|---|---|---|
id | AllOfCustomerId | The customer identifier string. | [optional] |
String | The customer's email. | [optional] | |
first_name | String | The customer's first name. | [optional] |
last_name | String | The customer's last name. | [optional] |
website_id | AllOfCustomerWebsiteId | The website's ID. | [optional] |
payment_token | String | A write-only payment token; if supplied, it will be converted into a payment instrument and be set as the `defaultPaymentInstrument`. The value of this property will override the `defaultPaymentInstrument` in the case that both are supplied. The token may only be used once before it is expired. | [optional] |
default_payment_instrument | PaymentInstrument | [optional] | |
created_time | AllOfCustomerCreatedTime | The customer created time. | [optional] |
updated_time | AllOfCustomerUpdatedTime | The customer updated time. | [optional] |
custom_fields | ResourceCustomFields | [optional] | |
primary_address | ContactObject | [optional] | |
average_value | CustomerAverageValue | [optional] | |
payment_count | Integer | The number of approved payments for the customer. | [optional] |
last_payment_time | AllOfCustomerLastPaymentTime | The most recent time of an approved payment for the customer. | [optional] |
lifetime_revenue | CustomerLifetimeRevenue | [optional] | |
invoice_count | Integer | An auto-incrementing number based on the sequence of invoices. If set to 0, then this record is a Lead, otherwise is a Customer. | [optional] |
tags | Array<Tag> | A list of customer's tags. | [optional] |
revision | Integer | The number of times the customer data has been modified. The revision is useful when analyzing webhook data to determine if the change takes precedence over the current representation. | [optional] |
_links | Array<AnyOfCustomerLinksItems> | The links related to resource. | [optional] |
_embedded | Array<AnyOfCustomerEmbeddedItems> | Any embedded objects available that are requested by the `expand` querystring parameter. | [optional] |