Class TicketCashoutDetails
java.lang.Object
com.sportradar.mbs.sdk.entities.cashout.CashoutDetails
com.sportradar.mbs.sdk.entities.cashout.TicketCashoutDetails
Represents the details of a ticket cashout.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of TicketCashoutDetails. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Gets the code associated with the ticket cashout.Payout[]
Gets the payout details of the ticket cashout.Gets the ticket ID associated with the ticket cashout.Gets the ticket signature associated with the ticket cashout.static TicketCashoutDetails.Builder
Creates a new instance of TicketCashoutDetails.Builder.void
setCode
(int value) Sets the code associated with the ticket cashout.void
Sets the payout details of the ticket cashout.void
setTicketId
(String value) Sets the ticket ID associated with the ticket cashout.void
setTicketSignature
(String value) Sets the ticket signature associated with the ticket cashout.Methods inherited from class com.sportradar.mbs.sdk.entities.cashout.CashoutDetails
newBetCashoutDetailsBuilder, newBetPartialCashoutDetailsBuilder, newTicketCashoutDetailsBuilder, newTicketPartialCashoutDetailsBuilder
-
Constructor Details
-
Method Details
-
newBuilder
Creates a new instance of TicketCashoutDetails.Builder.- Returns:
- A new instance of TicketCashoutDetails.Builder.
-
getCode
public int getCode()Gets the code associated with the ticket cashout.- Returns:
- The code associated with the ticket cashout.
-
setCode
public void setCode(int value) Sets the code associated with the ticket cashout.- Parameters:
value
- The code associated with the ticket cashout.
-
getPayout
Gets the payout details of the ticket cashout.- Returns:
- The payout details of the ticket cashout.
-
setPayout
Sets the payout details of the ticket cashout.- Parameters:
value
- The payout details of the ticket cashout.
-
getTicketSignature
Gets the ticket signature associated with the ticket cashout.- Returns:
- The ticket signature associated with the ticket cashout.
-
setTicketSignature
Sets the ticket signature associated with the ticket cashout.- Parameters:
value
- The ticket signature associated with the ticket cashout.
-
getTicketId
Gets the ticket ID associated with the ticket cashout.- Returns:
- The ticket ID associated with the ticket cashout.
-
setTicketId
Sets the ticket ID associated with the ticket cashout.- Parameters:
value
- The ticket ID associated with the ticket cashout.
-