Interface MarketWithSettlement
- All Superinterfaces:
Market
Information about how to clear bets for the outcomes of a particular market
-
Method Summary
Modifier and TypeMethodDescriptionReturns the void reason descriptionReturns the void reason descriptorMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Market
getAdditionalMarketInfo, getId, getMarketDefinition, getName, getName, getNames, getSpecifiers
-
Method Details
-
getOutcomeSettlements
List<OutcomeSettlement> getOutcomeSettlements()- Returns:
- a list of the settlements for the different outcomes
-
getVoidReasonValue
NamedValue getVoidReasonValue()Returns the void reason descriptor- Returns:
- the void reason descriptor
-
getVoidReason
String getVoidReason()Returns the void reason description- Returns:
- the void reason description
-