Class WithdrawalBalanceChangeSource
java.lang.Object
com.sportradar.mbs.sdk.entities.balancechangesource.BalanceChangeSource
com.sportradar.mbs.sdk.entities.balancechangesource.WithdrawalBalanceChangeSource
Represents a withdrawal balance change source.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of WithdrawalBalanceChangeSource. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the ID of the withdrawal balance change source.Creates a new instance of WithdrawalBalanceChangeSource.Builder.void
Sets the ID of the withdrawal balance change source.Methods inherited from class com.sportradar.mbs.sdk.entities.balancechangesource.BalanceChangeSource
newDepositBalanceChangeSourceBuilder, newTicketBalanceChangeSourceBuilder, newWithdrawalBalanceChangeSourceBuilder
-
Constructor Details
-
WithdrawalBalanceChangeSource
public WithdrawalBalanceChangeSource()
-
-
Method Details
-
newBuilder
Creates a new instance of WithdrawalBalanceChangeSource.Builder.- Returns:
- A new instance of WithdrawalBalanceChangeSource.Builder.
-
getId
Gets the ID of the withdrawal balance change source.- Returns:
- The ID of the withdrawal balance change source.
-
setId
Sets the ID of the withdrawal balance change source.- Parameters:
value
- The ID of the withdrawal balance change source.
-