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

Latest commit

 

History

History
16 lines (13 loc) · 1.45 KB

CampaignsVouchersCreateInBulkRequestBody.md

File metadata and controls

16 lines (13 loc) · 1.45 KB

# CampaignsVouchersCreateInBulkRequestBody

Properties

Name Type Description Notes
category string The category assigned to the campaign. Either pass this parameter OR the `category_id`. [optional]
metadata object The metadata object stores all custom attributes assigned to the voucher. A set of key/value pairs that you can attach to a voucher object. It can be useful for storing additional information about the voucher in a structured format. [optional]
redemption \OpenAPI\Client\Model\CampaignsImportVoucherItemRedemption [optional]
additional_info string An optional field to keep any extra textual information about the code such as a code description and details. [optional]
start_date \DateTime Activation timestamp defines when the voucher starts to be active in ISO 8601 format. Voucher is inactive before this date. [optional]
expiration_date \DateTime Expiration timestamp defines when the voucher expires in ISO 8601 format. Voucher is inactive after this date. [optional]
code string Unique voucher code. [optional]
code_config \OpenAPI\Client\Model\CodeConfig [optional]

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