Class FreePayout

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

public class FreePayout extends Payout
Represents a free payout.
  • Constructor Details

    • FreePayout

      public FreePayout()
  • Method Details

    • newBuilder

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

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

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

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

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

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

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