Uses of Class
com.sportradar.mbs.sdk.entities.common.EndCustomer
Packages that use EndCustomer
-
Uses of EndCustomer in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return EndCustomerModifier 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.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type EndCustomerModifier 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
Methods in com.sportradar.mbs.sdk.entities.request that return EndCustomerModifier and TypeMethodDescriptionBalanceChangeInformRequest.getEndCustomer()
Gets the end customer.DepositInformRequest.getEndCustomer()
Gets the end customer associated with the deposit.WithdrawalInformRequest.getEndCustomer()
Gets the end customer.Methods in com.sportradar.mbs.sdk.entities.request with parameters of type EndCustomerModifier 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.