Class BalanceChangeInformRequest

java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.BalanceChangeInformRequest

public class BalanceChangeInformRequest extends ContentRequest
Represents a request to inform about a balance change.
  • Constructor Details

    • BalanceChangeInformRequest

      public BalanceChangeInformRequest()
  • Method Details

    • newBuilder

      public static BalanceChangeInformRequest.Builder newBuilder()
      Creates a new instance of the BalanceChangeInformRequest.Builder class.
      Returns:
      A new instance of the BalanceChangeInformRequest.Builder class.
    • getWalletId

      public String getWalletId()
      Gets the wallet ID.
      Returns:
      The wallet ID.
    • setWalletId

      public void setWalletId(String value)
      Sets the wallet ID.
      Parameters:
      value - The wallet ID.
    • getBalanceChangeId

      public String getBalanceChangeId()
      Gets the balance change ID.
      Returns:
      The balance change ID.
    • setBalanceChangeId

      public void setBalanceChangeId(String value)
      Sets the balance change ID.
      Parameters:
      value - The balance change ID.
    • getAmount

      public Amount getAmount()
      Gets the amount.
      Returns:
      The amount.
    • setAmount

      public void setAmount(Amount value)
      Sets the amount.
      Parameters:
      value - The amount.
    • getEndCustomer

      public EndCustomer getEndCustomer()
      Gets the end customer.
      Returns:
      The end customer.
    • setEndCustomer

      public void setEndCustomer(EndCustomer value)
      Sets the end customer.
      Parameters:
      value - The end customer.
    • getExecutedAtUtc

      public long getExecutedAtUtc()
      Gets the executed at UTC millis timestamp.
      Returns:
      The executed at UTC millis timestamp.
    • setExecutedAtUtc

      public void setExecutedAtUtc(long value)
      Sets the executed at UTC millis timestamp.
      Parameters:
      value - The executed at UTC millis timestamp.
    • getSource

      public BalanceChangeSource getSource()
      Gets the balance change source.
      Returns:
      The balance change source.
    • setSource

      public void setSource(BalanceChangeSource value)
      Sets the balance change source.
      Parameters:
      value - The balance change source.
    • getStatus

      public BalanceChangeStatus getStatus()
      Gets the balance change status.
      Returns:
      The balance change status.
    • setStatus

      public void setStatus(BalanceChangeStatus value)
      Sets the balance change status.
      Parameters:
      value - The balance change status.