Serialized Form
-
Package org.oxerr.seatgeek.client.model
-
Class org.oxerr.seatgeek.client.model.AbstractListing extends Object implements Serializable
- serialVersionUID:
- 2023031401L
-
Serialized Fields
-
barcodes
List<Barcode> barcodes
When seats are not provided, barcodes should be in the order of the seat numbers. For this sample value, ifSeatFrom
is 1 andSeatThru
is 4, then 4534k is seat 1, 728k is seat 2, etc. -
cost
BigDecimal cost
The broadcast price of the listing. You will be paid this amount per ticket, less any fees. Buyers will typically see a higher price than this. -
edelivery
Boolean edelivery
Will these tickets be fulfilled electronically? Should be true for PDF, screenshot, and mobile transfer fulfillment, and false for shipped, shipped gift card, venue walk-in, and will call fulfillment. -
inHandDate
LocalDate inHandDate
If you provide a date here, you’re telling SeatGeek to not remind you to fulfill this listing until this date. If you don’t, we’ll start reminding you right away. -
instant
Boolean instant
Will you fulfill this order within minutes of a purchase? Will be set to false if Is Electronic is false. -
notes
String notes
Notes about what kind of seats these are, as well as how they will be fulfilled. See Notes section below for more details. -
quantity
Integer quantity
The number of seats in this listing. -
row
String row
What row are the seats in? -
seatFrom
Integer seatFrom
The minimum seat number in this listing. -
seatThru
Integer seatThru
The maximum seat number in this listing. -
section
String section
What section are the seats in? -
splitType
SplitType splitType
How should we choose which quantities to sell in? -
tokens
List<Token> tokens
When seats are not provided, tokens should be in the order of the seat numbers. For this sample value, ifSeatFrom
is 1 andSeatThru
is 4, then 4534k is seat 1, 728k is seat 2, etc. -
tokensType
TokensType tokensType
The type of tokens being sent throughTokens
.
-
-
Class org.oxerr.seatgeek.client.model.Barcode extends Object implements Serializable
- serialVersionUID:
- 20230314L
-
Class org.oxerr.seatgeek.client.model.SeatGeekException extends IOException implements Serializable
- serialVersionUID:
- 20230317L
-
Class org.oxerr.seatgeek.client.model.Token extends Object implements Serializable
- serialVersionUID:
- 20230314L
-
-
Package org.oxerr.seatgeek.client.model.request
-
Class org.oxerr.seatgeek.client.model.request.CreateListingRequest extends AbstractListing implements Serializable
- serialVersionUID:
- 2023031401L
-
Serialized Fields
-
event
String event
The event title.For parking passes, prefix the event name with PARKING:.
-
eventDate
LocalDate eventDate
The date that the event starts. -
eventTime
LocalTime eventTime
The time that the event starts. -
sellerPreviouslyPaidPricePerTicket
BigDecimal sellerPreviouslyPaidPricePerTicket
The amount per ticket previously paid for this listing. This is used for calculating sales tax for buyers and to comply with New York State ticketing requirements (as applicable). -
splits
String splits
What increments should SeatGeek sell in? If your listing has 3 tickets, and your splits are 1,3, then we’ll only let a buyer buy 1 or 3 seats. -
stockType
String stockType
The ticket type, which we use to determine how the seller plans to fulfill the orders. If not provided or the value is not supported, stock type will be inferred from the listing fields. -
venue
String venue
The venue name.
-
-
Class org.oxerr.seatgeek.client.model.request.UpdateListingRequest extends AbstractListing implements Serializable
- serialVersionUID:
- 2023031501L
-
-
Package org.oxerr.seatgeek.client.model.response
-
Class org.oxerr.seatgeek.client.model.response.Error extends Object implements Serializable
- serialVersionUID:
- 2023031701L
-
Serialized Fields
-
message
String message
-
-
Class org.oxerr.seatgeek.client.model.response.Listing extends CreateListingRequest implements Serializable
- serialVersionUID:
- 20230315L
-
Class org.oxerr.seatgeek.client.model.response.Meta extends Object implements Serializable
- serialVersionUID:
- 2023031501L
-
Class org.oxerr.seatgeek.client.model.response.MultipleListingsResponse extends Response implements Serializable
- serialVersionUID:
- 2023031501L
-
Class org.oxerr.seatgeek.client.model.response.Response extends Object implements Serializable
- serialVersionUID:
- 2023031701L
-
Class org.oxerr.seatgeek.client.model.response.SingleListingResponse extends Response implements Serializable
- serialVersionUID:
- 2023031501L
-
Serialized Fields
-
listing
Listing listing
-
-
-
Package org.oxerr.seatgeek.model.request
-
Class org.oxerr.seatgeek.model.request.CreateListingRequest extends CreateListingRequest implements Serializable
- serialVersionUID:
- 2023060501L
-