Class CashPayout

java.lang.Object
com.sportradar.mbs.sdk.entities.payout.Payout
com.sportradar.mbs.sdk.entities.payout.CashPayout

public class CashPayout extends Payout
Represents a cash payout.
  • Constructor Details

    • CashPayout

      public CashPayout()
  • Method Details

    • newBuilder

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

      public String getTraceId()
      Gets the trace ID of the cash payout.
      Returns:
      The trace ID of the cash payout.
    • setTraceId

      public void setTraceId(String value)
      Sets the trace ID of the cash payout.
      Parameters:
      value - The trace ID of the cash payout.
    • getAmount

      public BigDecimal getAmount()
      Gets the amount of the cash payout.
      Returns:
      The amount of the cash payout.
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the amount of the cash payout.
      Parameters:
      value - The amount of the cash payout.
    • getCurrency

      public String getCurrency()
      Gets the currency of the cash payout.
      Returns:
      The currency of the cash payout.
    • setCurrency

      public void setCurrency(String value)
      Sets the currency of the cash payout.
      Parameters:
      value - The currency of the cash payout.