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