Class TicketCashoutDetails.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.cashout.TicketCashoutDetails.Builder
- Enclosing class:
TicketCashoutDetails
Builder class for creating instances of TicketCashoutDetails.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the TicketCashoutDetails instance.setCode
(int value) Sets the code associated with the ticket cashout.Sets the payout details of the ticket cashout.setTicketId
(String value) Sets the ticket ID associated with the ticket cashout.setTicketSignature
(String value) Sets the ticket signature associated with the ticket cashout.
-
Method Details
-
build
Builds the TicketCashoutDetails instance.- Returns:
- The built TicketCashoutDetails instance.
-
setCode
Sets the code associated with the ticket cashout.- Parameters:
value
- The code associated with the ticket cashout.- Returns:
- The Builder instance.
-
setPayout
Sets the payout details of the ticket cashout.- Parameters:
value
- The payout details of the ticket cashout.- Returns:
- The Builder instance.
-
setTicketSignature
Sets the ticket signature associated with the ticket cashout.- Parameters:
value
- The ticket signature associated with the ticket cashout.- Returns:
- The Builder instance.
-
setTicketId
Sets the ticket ID associated with the ticket cashout.- Parameters:
value
- The ticket ID associated with the ticket cashout.- Returns:
- The Builder instance.
-