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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of WithdrawalBalanceChangeSource. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the ID of the withdrawal balance change source.Creates a new instance of WithdrawalBalanceChangeSource.Builder.voidSets 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.
 
 -