Uses of Class
com.sportradar.mbs.sdk.entities.balancechangesource.BalanceChangeSource
Packages that use BalanceChangeSource
Package
Description
-
Uses of BalanceChangeSource in com.sportradar.mbs.sdk.entities.balancechangesource
Subclasses of BalanceChangeSource in com.sportradar.mbs.sdk.entities.balancechangesourceModifier and TypeClassDescriptionclass
Represents a balance change source for a deposit transaction.class
Represents a balance change source related to a ticket.class
Represents a withdrawal balance change source. -
Uses of BalanceChangeSource in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return BalanceChangeSourceModifier and TypeMethodDescriptionBalanceChangeInformRequest.getSource()
Gets the balance change source.Methods in com.sportradar.mbs.sdk.entities.request with parameters of type BalanceChangeSourceModifier and TypeMethodDescriptionBalanceChangeInformRequest.Builder.setSource
(BalanceChangeSource value) Sets the balance change source.void
BalanceChangeInformRequest.setSource
(BalanceChangeSource value) Sets the balance change source.