Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.14 KB

File metadata and controls

22 lines (18 loc) · 2.14 KB

Voucherify.Model.PublicationsCreateResponseBody

Properties

Name Type Description Notes
Id string Unique publication ID, assigned by Voucherify. [optional]
Object string The type of the object represented by the JSON. This object stores information about the `publication`. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the publication was created. The value is shown in the ISO 8601 format. [optional]
CustomerId string Unique customer ID of the customer receiving the publication. [optional]
TrackingId string Customer's `source_id`. [optional]
Metadata Object The metadata object stores all custom attributes assigned to the publication. A set of key/value pairs that you can attach to a publication object. It can be useful for storing additional information about the publication in a structured format. [optional]
Channel string How the publication was originated. It can be your own custom channel or an example value provided here. [optional]
SourceId string The merchant's publication ID if it is different from the Voucherify publication ID. It's an optional tracking identifier of a publication. It is really useful in case of an integration between multiple systems. It can be a publication ID from a CRM system, database or 3rd-party service. [optional]
Result string Status of the publication attempt. [optional]
Customer CustomerWithSummaryLoyaltyReferrals [optional]
VouchersId List<string> Contains the unique internal voucher ID that was assigned by Voucherify. [optional]
Voucher Voucher [optional]
Vouchers List<string> Contains the unique voucher codes that was assigned by Voucherify. [optional]

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