Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 878 Bytes

File metadata and controls

15 lines (11 loc) · 878 Bytes

Voucherify.Model.CustomerReferralsCampaignsItem

Contains information about the source of the referral.

Properties

Name Type Description Notes
CampaignId string Unique campaign ID, assigned by Voucherify.
ReferrerId string Unique referrer ID, assigned by Voucherify. This is the customer ID of a customer that is referring this customer.
RelatedObjectId string Related object id
RelatedObjectType string Related object type, i.e. `redemption`.
Date DateTimeOffset Timestamp representing the date and time when the customer was referred in ISO 8601 format.

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