Name | Type | Description | Notes |
---|---|---|---|
id | str | Unique publication ID, assigned by Voucherify. | [optional] |
object | str | The type of the 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. The value is shown in the ISO 8601 format. | [optional] |
customer_id | str | Unique customer ID of the customer receiving the publication. | [optional] |
tracking_id | str | Customer's `source_id`. | [optional] |
metadata | PublicationsListResponseBodyPublicationsItemMetadata | [optional] | |
channel | str | How the publication was originated. It can be your own custom channel or an example value provided here. | [optional] |
source_id | str | 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 | CustomerWithSummaryLoyaltyReferrals | [optional] | |
vouchers | List[str] | Contains the voucher IDs that was assigned by Voucherify. and Contains the unique voucher codes that was assigned by Voucherify. | [optional] |
vouchers_id | List[str] | Contains the unique internal voucher IDs that was assigned by Voucherify. | [optional] |
result | str | [optional] | |
voucher | ListPublicationsItemVoucher | [optional] | |
failure_code | str | Generic reason as to why the create publication operation failed. | [optional] |
failure_message | str | This parameter will provide more expanded reason as to why the create publication operation failed. | [optional] |