Uses of Class
com.sportradar.mbs.sdk.entities.payout.Payout
Package
Description
-
Uses of Payout in com.sportradar.mbs.sdk.entities.cashout
Modifier and TypeMethodDescriptionPayout[]
BetCashoutDetails.getPayout()
Returns the payout details associated with the cashout details.Payout[]
BetPartialCashoutDetails.getPayout()
Returns the payouts associated with the partial cashout.Payout[]
TicketCashoutDetails.getPayout()
Gets the payout details of the ticket cashout.Payout[]
TicketPartialCashoutDetails.getPayout()
Returns the payouts of the partial cashout.Modifier and TypeMethodDescriptionSets the payout details associated with the cashout details.void
Sets the payout details associated with the cashout details.Sets the payouts associated with the partial cashout.void
Sets the payouts associated with the partial cashout.Sets the payout details of the ticket cashout.void
Sets the payout details of the ticket cashout.Sets the payouts of the partial cashout.void
Sets the payouts of the partial cashout. -
Uses of Payout in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionPayout[]
CasinoSession.getPayout()
Gets the payout array.Payout[]
BetContext.getPayoutCap()
Gets the payout cap of the bet context.Payout[]
TicketContext.getPayoutCap()
Gets the payout cap associated with the ticket context.Modifier and TypeMethodDescriptionSets the payout array for the CasinoSession instance being built.void
Sets the payout array.BetContext.Builder.setPayoutCap
(Payout... value) Sets the payout cap of the bet context.void
BetContext.setPayoutCap
(Payout[] value) Sets the payout cap of the bet context.TicketContext.Builder.setPayoutCap
(Payout... value) Sets the payout cap associated with the ticket context.void
TicketContext.setPayoutCap
(Payout[] value) Sets the payout cap associated with the ticket context. -
Uses of Payout in com.sportradar.mbs.sdk.entities.payout
Modifier and TypeClassDescriptionclass
Represents a cash payout.class
Represents a free payout.class
Represents a witheld payout. -
Uses of Payout in com.sportradar.mbs.sdk.entities.settlement
Modifier and TypeMethodDescriptionPayout[]
BetExtSettlementDetails.getPayout()
Gets the payout details.Payout[]
TicketExtSettlementDetails.getPayout()
Gets the payout details for the ticket.Modifier and TypeMethodDescriptionSets the payout details.void
Sets the payout details.Sets the payout details for the ticket.void
Sets the payout details for the ticket.