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

Latest commit

 

History

History
23 lines (20 loc) · 2.13 KB

PublicationsListResponseBodyPublicationsItem.md

File metadata and controls

23 lines (20 loc) · 2.13 KB

# PublicationsListResponseBodyPublicationsItem

Properties

Name Type Description Notes
id string Unique publication ID, assigned by Voucherify. [optional]
object string The type of object represented by the JSON. This object stores information about the `publication`. [optional] [default to 'publication']
created_at \DateTime Timestamp representing the date and time when the publication was created in ISO 8601 format. [optional]
customer_id string Unique customer ID of the customer receiving the publication. [optional]
tracking_id string Customer's `source_id`. [optional]
metadata object [optional]
channel string How the publication was originated. It can be your own custom channel or an example value provided here. [optional]
source_id 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]
customer \OpenAPI\Client\Model\CustomerWithSummaryLoyaltyReferrals [optional]
vouchers_id string[] Contains the unique internal voucher ID that was assigned by Voucherify. [optional]
result string [optional]
voucher \OpenAPI\Client\Model\ListPublicationsItemVoucher [optional]
vouchers string[] Contains the unique voucher codes that was assigned by Voucherify. [optional]
failure_code string Generic reason as to why the create publication operation failed. [optional]
failure_message string This parameter will provide more expanded reason as to why the create publication operation failed. [optional]

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