Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.56 KB

File metadata and controls

18 lines (14 loc) · 1.56 KB

Voucherify.Model.CampaignsVouchersCreateInBulkRequestBody

Request body schema for POST v1/campaigns/{campaignId}/vouchers.

Properties

Name Type Description Notes
Code string Unique voucher code. [optional]
CodeConfig CodeConfig [optional]
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 CampaignsVouchersCreateInBulkRequestBodyRedemption [optional]
AdditionalInfo string An optional field to keep any extra textual information about the code such as a code description and details. [optional]
StartDate DateTimeOffset? Activation timestamp defines when the voucher starts to be active in ISO 8601 format. Voucher is inactive before this date. [optional]
ExpirationDate DateTimeOffset? Expiration timestamp defines when the voucher expires in ISO 8601 format. Voucher is inactive after this date. [optional]

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