Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.22 KB

CustomerRedeemable.md

File metadata and controls

18 lines (15 loc) · 1.22 KB

# CustomerRedeemable

Properties

Name Type Description Notes
id string Unique redeemable holder identifier. [optional]
createdAt \DateTime Timestamp representing the date and time when the redeemable was assigned. The value is shown in the ISO 8601 format. [optional]
redeemableId string Identifier of the redeemable item. [optional]
redeemableObject string Type of the redeemable. [optional]
customerId string Identifier of the customer. [optional]
holderRole string Role of the holder. [optional] [default to 'OWNER']
campaignId string Unique campaign identifier, assigned by Voucherify. [optional]
campaignType string Defines the type of the campaign. [optional] [default to 'DISCOUNT_COUPONS']
voucherType string Defines the type of the voucher. [optional] [default to 'DISCOUNT_VOUCHER']
redeemable \OpenAPI\Client\Model\CustomerRedeemableRedeemable [optional]

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