Uses of Class
com.sportradar.mbs.sdk.entities.payout.Payout
Packages that use Payout
Package
Description
-
Uses of Payout in com.sportradar.mbs.sdk.entities.cashout
Methods in com.sportradar.mbs.sdk.entities.cashout that return PayoutModifier 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.Methods in com.sportradar.mbs.sdk.entities.cashout with parameters of type PayoutModifier 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
Methods in com.sportradar.mbs.sdk.entities.common that return PayoutModifier 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.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type PayoutModifier 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
Subclasses of Payout in com.sportradar.mbs.sdk.entities.payoutModifier 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
Methods in com.sportradar.mbs.sdk.entities.settlement that return PayoutModifier and TypeMethodDescriptionPayout[]
BetExtSettlementDetails.getPayout()
Gets the payout details.Payout[]
TicketExtSettlementDetails.getPayout()
Gets the payout details for the ticket.Methods in com.sportradar.mbs.sdk.entities.settlement with parameters of type PayoutModifier 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.