Enum Class CampaignsUpdateRequestBody.TypeEnum

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

public static enum CampaignsUpdateRequestBody.TypeEnum extends Enum<CampaignsUpdateRequestBody.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. If the `type` of the campaign is `STANDALONE`, the type cannot be changed. Also, the `type` cannot be changed to `STANDALONE`.