Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.BalanceMoveStatus
-
Uses of BalanceMoveStatus in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionstatic BalanceMoveStatus
static BalanceMoveStatus
Returns the enum constant of this class with the specified name.static BalanceMoveStatus[]
BalanceMoveStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BalanceMoveStatus in com.sportradar.mbs.sdk.entities.request
Modifier and TypeMethodDescriptionDepositInformRequest.getStatus()
Gets the status of the balance move associated with the deposit.WithdrawalInformRequest.getStatus()
Gets the balance move status.Modifier and TypeMethodDescriptionDepositInformRequest.Builder.setStatus
(BalanceMoveStatus value) Sets the status of the balance move associated with the deposit.void
DepositInformRequest.setStatus
(BalanceMoveStatus value) Sets the status of the balance move associated with the deposit.WithdrawalInformRequest.Builder.setStatus
(BalanceMoveStatus value) Sets the balance move status.void
WithdrawalInformRequest.setStatus
(BalanceMoveStatus value) Sets the balance move status.