Enum Class CampaignsCreateRequestBody.TypeEnum

java.lang.Object
java.lang.Enum<CampaignsCreateRequestBody.TypeEnum>
io.voucherify.client.model.CampaignsCreateRequestBody.TypeEnum
All Implemented Interfaces:
Serializable, Comparable<CampaignsCreateRequestBody.TypeEnum>, Constable
Enclosing class:
CampaignsCreateRequestBody

public static enum CampaignsCreateRequestBody.TypeEnum extends Enum<CampaignsCreateRequestBody.TypeEnum>
Defines whether the campaign can be updated with new vouchers after campaign creation. - `AUTO_UPDATE`: By choosing the auto update option you will create a campaign that can be enhanced by new vouchers after the time of creation (e.g. by publish vouchers method). - `STATIC`: vouchers need to be manually published.