Class WithdrawalBalanceChangeSource

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

public class WithdrawalBalanceChangeSource extends BalanceChangeSource
Represents a withdrawal balance change source.
  • Constructor Details

    • WithdrawalBalanceChangeSource

      public WithdrawalBalanceChangeSource()
  • Method Details

    • newBuilder

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

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

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