Sha256: 0f754a9168eaceaec2367b0a173931a6b08abcd3ed9ac3c72f815c7cad1281c4
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 KB
Contents
# VoucherifySdk::PublicationsCreateRequestBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **voucher** | **String** | Code of the voucher being published. | [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. If `source_id` is provided only 1 voucher can be published per request. | [optional] | | **customer** | [**Customer**](Customer.md) | | [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** | Specify the distribution channel. | [optional] | | **campaign** | [**CreatePublicationCampaign**](CreatePublicationCampaign.md) | | [optional] |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
voucherify-8.0.2 | docs/PublicationsCreateRequestBody.md |
voucherify-8.0.1 | docs/PublicationsCreateRequestBody.md |
voucherify-8.0.0 | docs/PublicationsCreateRequestBody.md |