Enum Class LoyaltiesUpdateCampaignRequestBody.TypeEnum

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

public static enum LoyaltiesUpdateCampaignRequestBody.TypeEnum extends Enum<LoyaltiesUpdateCampaignRequestBody.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`.