All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.touwolf.mailchimp.model.campaign.CampaignWinnerCriteriaEnum Maven / Gradle / Ivy

package com.touwolf.mailchimp.model.campaign;

import com.google.gson.annotations.SerializedName;

public enum CampaignWinnerCriteriaEnum {
    @SerializedName("opens")
    OPENS,
    @SerializedName("clicks")
    CLICKS,
    @SerializedName("manual")
    MANUAL,
    @SerializedName("total_revenue")
    TOTAL_REVENUE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy