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

Latest commit

 

History

History
26 lines (23 loc) · 2.45 KB

CustomerActivityDataRedemptionOrderCustomer.md

File metadata and controls

26 lines (23 loc) · 2.45 KB

# CustomerActivityDataRedemptionOrderCustomer

Properties

Name Type Description Notes
id string [optional]
source_id string A unique identifier of the customer who validates a voucher. It can be a customer ID or email from a CRM system, database, or a third-party service. If you also pass a customer ID (unique ID assigned by Voucherify), the source ID will be ignored. [optional]
summary \OpenAPI\Client\Model\CustomerActivityDataRedemptionOrderCustomerSummary [optional]
loyalty \OpenAPI\Client\Model\CustomerActivityDataRedemptionOrderCustomerLoyalty [optional]
referrals \OpenAPI\Client\Model\CustomerActivityDataRedemptionOrderCustomerReferrals [optional]
system_metadata object [optional]
created_at \DateTime Timestamp representing the date and time when the customer was created in ISO 8601 format. [optional]
updated_at \DateTime Timestamp representing the date and time when the customer was updated in ISO 8601 format. [optional]
assets \OpenAPI\Client\Model\CustomerActivityDataRedemptionOrderCustomerAssets [optional]
object string The type of object represented by JSON. [optional] [default to 'customer']
name string Customer's first and last name. [optional]
description string An arbitrary string that you can attach to a customer object. [optional]
email string Customer's email address. [optional]
phone string Customer's phone number. This parameter is mandatory when you try to send out codes to customers via an SMS channel. [optional]
birthday \DateTime Deprecated Customer's birthdate; format YYYY-MM-DD. [optional]
birthdate \DateTime Customer's birthdate; format YYYY-MM-DD. [optional]
address \OpenAPI\Client\Model\CustomerActivityDataRedemptionOrderCustomerAddress [optional]
metadata object [optional]

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