Class Update
java.lang.Object
org.oxerr.vividseats.client.model.v1.inventory.Update
- All Implemented Interfaces:
Serializable
Request to update a listing.
/listings/v1/updateListing
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNotes()
getPrice()
getRow()
void
setApiToken
(String apiToken) void
setBarcode
(List<String> barcode) void
setElectronic
(Boolean electronic) void
setFaceValue
(BigDecimal faceValue) void
setInHandDate
(String inHandDate) void
void
setPrice
(BigDecimal price) void
setQuantity
(Integer quantity) void
void
setSeatFrom
(String seatFrom) void
setSeatThru
(String seatThru) void
setSection
(String section) void
setSplitType
(SplitType splitType) void
setSplitValue
(String splitValue) void
setTicketId
(String ticketId) void
setUnitTaxedCost
(BigDecimal unitTaxedCost)
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
getApiToken
-
setApiToken
-
getTicketId
-
setTicketId
-
getQuantity
-
setQuantity
-
getSection
-
setSection
-
getRow
-
setRow
-
getSeatFrom
-
setSeatFrom
-
getSeatThru
-
setSeatThru
-
getNotes
-
setNotes
-
getPrice
-
setPrice
-
getElectronic
-
setElectronic
-
getInHandDate
-
setInHandDate
-
getSplitType
-
setSplitType
-
getSplitValue
-
setSplitValue
-
getBarcode
-
setBarcode
-
getFaceValue
-
setFaceValue
-
getUnitTaxedCost
-
setUnitTaxedCost
-