Uses of Class
com.sportradar.mbs.sdk.entities.cancellation.BetPartialCancelDetails.Builder
Packages that use BetPartialCancelDetails.Builder
-
Uses of BetPartialCancelDetails.Builder in com.sportradar.mbs.sdk.entities.cancellation
Methods in com.sportradar.mbs.sdk.entities.cancellation that return BetPartialCancelDetails.BuilderModifier and TypeMethodDescriptionCancelDetails.newBetPartialCancelDetailsBuilder()Creates a new instance of BetPartialCancelDetails.Builder.BetPartialCancelDetails.newBuilder()Creates a new instance of BetPartialCancelDetails.Builder.Sets the ID of the bet that was partially cancelled.BetPartialCancelDetails.Builder.setCode(int value) Sets the code of the partial bet cancellation.BetPartialCancelDetails.Builder.setPercentage(BigDecimal value) Sets the percentage of the bet that was cancelled.BetPartialCancelDetails.Builder.setTicketId(String value) Sets the ID of the ticket that was partially cancelled.BetPartialCancelDetails.Builder.setTicketSignature(String value) Sets the signature of the ticket that was partially cancelled.