Class WithheldPayout

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

public class WithheldPayout extends Payout
Represents a witheld payout.
  • Constructor Details

    • WithheldPayout

      public WithheldPayout()
  • Method Details

    • newBuilder

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

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

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

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

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

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

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