Class TicketBalanceChangeSource

java.lang.Object
com.sportradar.mbs.sdk.entities.balancechangesource.BalanceChangeSource
com.sportradar.mbs.sdk.entities.balancechangesource.TicketBalanceChangeSource

public class TicketBalanceChangeSource extends BalanceChangeSource
Represents a balance change source related to a ticket.
  • Constructor Details

    • TicketBalanceChangeSource

      public TicketBalanceChangeSource()
  • Method Details

    • newBuilder

      public static TicketBalanceChangeSource.Builder newBuilder()
      Creates a new instance of TicketBalanceChangeSource.Builder.
      Returns:
      A new instance of TicketBalanceChangeSource.Builder.
    • getAction

      public TicketBalanceChangeAction getAction()
      Gets the action associated with the balance change source.
      Returns:
      The action associated with the balance change source.
    • setAction

      public void setAction(TicketBalanceChangeAction value)
      Sets the action associated with the balance change source.
      Parameters:
      value - The action to set.
    • getId

      public String getId()
      Gets the ID of the balance change source.
      Returns:
      The ID of the balance change source.
    • setId

      public void setId(String value)
      Sets the ID of the balance change source.
      Parameters:
      value - The ID to set.