seatsio.events.ForSaleConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seatsio-java Show documentation
Show all versions of seatsio-java Show documentation
The official seats.io Java client library
The newest version!
package seatsio.events;
import seatsio.util.ValueObject;
import java.util.List;
import java.util.Map;
public class ForSaleConfig extends ValueObject {
public boolean forSale;
public List objects;
public Map areaPlaces;
public List categories;
}