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.voidSets the payout details associated with the cashout details.Sets the payouts associated with the partial cashout.voidSets the payouts associated with the partial cashout.Sets the payout details of the ticket cashout.voidSets the payout details of the ticket cashout.Sets the payouts of the partial cashout.voidSets 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.voidSets the payout array.BetContext.Builder.setPayoutCap(Payout... value) Sets the payout cap of the bet context.voidBetContext.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.voidTicketContext.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 TypeClassDescriptionclassRepresents a cash payout.classRepresents a free payout.classRepresents 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.voidSets the payout details.Sets the payout details for the ticket.voidSets the payout details for the ticket.