Uses of Class
com.sportradar.mbs.sdk.entities.common.EndCustomer
-
Uses of EndCustomer in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionEndCustomer.Builder.build()
Builds and returns the instance of theEndCustomer
class.CasinoContext.getEndCustomer()
Gets the end customer.TicketContext.getEndCustomer()
Gets the end customer associated with the ticket context.Modifier and TypeMethodDescriptionCasinoContext.Builder.setEndCustomer
(EndCustomer value) Sets the end customer.void
CasinoContext.setEndCustomer
(EndCustomer value) Sets the end customer.TicketContext.Builder.setEndCustomer
(EndCustomer value) Sets the end customer associated with the ticket context.void
TicketContext.setEndCustomer
(EndCustomer value) Sets the end customer associated with the ticket context. -
Uses of EndCustomer in com.sportradar.mbs.sdk.entities.request
Modifier and TypeMethodDescriptionBalanceChangeInformRequest.getEndCustomer()
Gets the end customer.DepositInformRequest.getEndCustomer()
Gets the end customer associated with the deposit.WithdrawalInformRequest.getEndCustomer()
Gets the end customer.Modifier and TypeMethodDescriptionBalanceChangeInformRequest.Builder.setEndCustomer
(EndCustomer value) Sets the end customer.void
BalanceChangeInformRequest.setEndCustomer
(EndCustomer value) Sets the end customer.DepositInformRequest.Builder.setEndCustomer
(EndCustomer value) Sets the end customer associated with the deposit.void
DepositInformRequest.setEndCustomer
(EndCustomer value) Sets the end customer associated with the deposit.WithdrawalInformRequest.Builder.setEndCustomer
(EndCustomer value) Sets the end customer.void
WithdrawalInformRequest.setEndCustomer
(EndCustomer value) Sets the end customer.