Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.33 KB

SimpleCustomerRequiredObjectType.md

File metadata and controls

14 lines (11 loc) · 1.33 KB

# SimpleCustomerRequiredObjectType

Properties

Name Type Description Notes
id string The unique ID of a customer that is assigned by Voucherify. [optional]
source_id string The merchant's customer ID if it is different from the Voucherify customer ID. It is really useful in case of an integration between multiple systems. It can be a customer ID from a CRM system, database or 3rd-party service. [optional]
name string Customer's first and last name. [optional]
email string Customer's email address. [optional]
metadata object A set of custom key/value pairs that you can attach to a customer. The metadata object stores all custom attributes assigned to the customer. It can be useful for storing additional information about the customer in a structured format. This metadata can be used for validating whether the customer qualifies for a discount or it can be used in building customer segments. [optional]
object string The type of the object represented by the JSON. This object stores information about the customer. [optional] [default to 'customer']

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