Package org.oxerr.stubhub.client.model
Class HoldRequest
java.lang.Object
org.oxerr.stubhub.client.model.HoldRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()voidsetCurrencyCode(String currencyCode) voidsetExpirationDate(String expirationDate) voidsetInHandAt(String inHandAt) voidsetInventoryId(Long inventoryId) voidsetMarketplace(String marketplace) voidsetMarketplaceListingId(String marketplaceListingId) voidsetMarketplaceSaleId(String marketplaceSaleId) voidsetQuantitySold(Integer quantitySold) voidsetSaleDate(String saleDate) voidsetSeating(SeatingRequest seating) voidsetTags(List<TagRequest> tags) voidsetTotalNetProceeds(BigDecimal totalNetProceeds)
-
Constructor Details
-
HoldRequest
public HoldRequest()
-
-
Method Details
-
getInventoryId
-
setInventoryId
-
getMarketplace
-
setMarketplace
-
getMarketplaceSaleId
-
setMarketplaceSaleId
-
getMarketplaceListingId
-
setMarketplaceListingId
-
getSeating
-
setSeating
-
getTotalNetProceeds
-
setTotalNetProceeds
-
getCurrencyCode
-
setCurrencyCode
-
getQuantitySold
-
setQuantitySold
-
getSaleDate
-
setSaleDate
-
getExpirationDate
-
setExpirationDate
-
getTags
-
setTags
-
getInHandAt
-
setInHandAt
-