Class SellerListing
java.lang.Object
org.oxerr.viagogo.model.response.Resource
org.oxerr.viagogo.model.response.inventory.SellerListing
- All Implemented Interfaces:
Serializable
A set of tickets for sale on the viagogo marketplace that belong to the
currently authenticated user.
SellerListing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()getId()getVenue()inthashCode()voidsetBarcodes(List<BarcodeInformation> barcodes) voidsetConstraints(ListingConstraints constraints) voidsetCreatedAt(Instant createdAt) voidsetDisplayNumberOfTickets(Integer displayNumberOfTickets) voidsetDisplaySeating(SeatingDetail displaySeating) voidvoidsetExpiresAt(Instant expiresAt) voidsetExternalId(String externalId) voidsetFaceValue(Money faceValue) voidvoidsetInHandAt(Instant inHandAt) voidsetInstantDelivery(Boolean instantDelivery) voidsetListingNotes(List<ListingNote> listingNotes) voidsetNumberOfTickets(Integer numberOfTickets) voidsetPurchasePricePerTicket(Money purchasePricePerTicket) voidsetSalesTaxPaid(Boolean salesTaxPaid) voidsetSeating(SeatingDetail seating) voidsetSplitType(SplitType splitType) voidsetTicketPrice(Money ticketPrice) voidsetTicketProceeds(Money ticketProceeds) voidsetTicketType(TicketType ticketType) voidsetTotalPurchasePrice(Money totalPurchasePrice) voidsetUndeliverable(Boolean undeliverable) voidsetUpdatedAt(Instant updatedAt) voidtoString()Methods inherited from class org.oxerr.viagogo.model.response.Resource
getSelfLink, setSelfLink
-
Constructor Details
-
SellerListing
public SellerListing()
-
-
Method Details
-
getId
-
setId
-
getCreatedAt
-
setCreatedAt
-
getNumberOfTickets
-
setNumberOfTickets
-
getSeating
-
setSeating
-
getDisplaySeating
-
setDisplaySeating
-
getTicketPrice
-
setTicketPrice
-
getUpdatedAt
-
setUpdatedAt
-
getExternalId
-
setExternalId
-
getExpiresAt
-
setExpiresAt
-
getDisplayNumberOfTickets
-
setDisplayNumberOfTickets
-
getFaceValue
-
setFaceValue
-
getTicketProceeds
-
setTicketProceeds
-
getInHandAt
-
setInHandAt
-
getBarcodes
-
setBarcodes
-
getInstantDelivery
-
setInstantDelivery
-
getUndeliverable
-
setUndeliverable
-
getPurchasePricePerTicket
-
setPurchasePricePerTicket
-
getTotalPurchasePrice
-
setTotalPurchasePrice
-
getSalesTaxPaid
-
setSalesTaxPaid
-
getConstraints
-
setConstraints
-
getEvent
-
setEvent
-
getListingNotes
-
setListingNotes
-
getSplitType
-
setSplitType
-
getTicketType
-
setTicketType
-
getVenue
-
setVenue
-
hashCode
public int hashCode() -
equals
-
toString
-