Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 959 Bytes

RedemptionEntryCustomer.md

File metadata and controls

14 lines (11 loc) · 959 Bytes

# RedemptionEntryCustomer

Properties

Name Type Description Notes
id string Unique identifier of an existing customer. It is assigned by Voucherify. [optional]
name string Customer's first and last name. [optional]
email string Customer's email address. [optional]
sourceId string 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 string The type of the object represented by JSON. [optional] [default to 'customer']

[Back to Model list] [Back to API list] [Back to README]