io.payrun.models.ActiveOn Maven / Gradle / Ivy
package io.payrun.models;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
@JsonRootName(value = "ActiveOn")
public class ActiveOn extends FilterBase
{
@JsonProperty(value="@Property")
public String property;
@JsonProperty(value="@Value")
public String value;
@JsonProperty(value="@Value2")
public String value2;
}