Class TicketBalanceChangeSource
java.lang.Object
com.sportradar.mbs.sdk.entities.balancechangesource.BalanceChangeSource
com.sportradar.mbs.sdk.entities.balancechangesource.TicketBalanceChangeSource
Represents a balance change source related to a ticket.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a builder for creating instances of TicketBalanceChangeSource. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the action associated with the balance change source.getId()Gets the ID of the balance change source.Creates a new instance of TicketBalanceChangeSource.Builder.voidSets the action associated with the balance change source.voidSets the ID of the balance change source.Methods inherited from class com.sportradar.mbs.sdk.entities.balancechangesource.BalanceChangeSource
newDepositBalanceChangeSourceBuilder, newTicketBalanceChangeSourceBuilder, newWithdrawalBalanceChangeSourceBuilder 
- 
Constructor Details
- 
TicketBalanceChangeSource
public TicketBalanceChangeSource() 
 - 
 - 
Method Details
- 
newBuilder
Creates a new instance of TicketBalanceChangeSource.Builder.- Returns:
 - A new instance of TicketBalanceChangeSource.Builder.
 
 - 
getAction
Gets the action associated with the balance change source.- Returns:
 - The action associated with the balance change source.
 
 - 
setAction
Sets the action associated with the balance change source.- Parameters:
 value- The action to set.
 - 
getId
Gets the ID of the balance change source.- Returns:
 - The ID of the balance change source.
 
 - 
setId
Sets the ID of the balance change source.- Parameters:
 value- The ID to set.
 
 -