seatsio.charts.ChartObjectInfo 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.charts;
import seatsio.events.IDs;
import seatsio.events.Labels;
public class ChartObjectInfo {
public String label;
public Labels labels;
public IDs ids;
public String categoryLabel;
public String categoryKey;
public String objectType;
public Boolean bookAsAWhole;
public String section;
public String entrance;
public Integer capacity;
public String leftNeighbour;
public String rightNeighbour;
public Double distanceToFocalPoint;
public Integer numSeats;
public Boolean isAccessible;
public Boolean isCompanionSeat;
public Boolean hasRestrictedView;
public String zone;
}