Simplified customer data.
Name | Type | Description | Notes |
---|---|---|---|
id | str | Unique identifier of an existing customer. It is assigned by Voucherify. | [optional] |
name | str | Customer's first and last name. | [optional] |
str | Customer's email address. | [optional] | |
source_id | str | A unique identifier of the customer. It can be a customer ID or email from a CRM system, database, or a third-party service. | [optional] |
metadata | object | A set of custom key/value pairs that are attached to the customer. It stores all custom attributes assigned to the customer. | [optional] |
object | str | The type of the object represented by JSON. | [optional] [default to 'customer'] |