Class FreePayout
java.lang.Object
com.sportradar.mbs.sdk.entities.payout.Payout
com.sportradar.mbs.sdk.entities.payout.FreePayout
Represents a free payout.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the FreePayout class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the amount of the free payout.Gets the currency of the free payout.Gets the trace ID of the free payout.static FreePayout.Builder
Creates a new instance of the FreePayout.Builder class.void
setAmount
(BigDecimal value) Sets the amount of the free payout.void
setCurrency
(String value) Sets the currency of the free payout.void
setTraceId
(String value) Sets the trace ID of the free payout.Methods inherited from class com.sportradar.mbs.sdk.entities.payout.Payout
newCashPayoutBuilder, newFreePayoutBuilder, newWithheldPayoutBuilder
-
Constructor Details
-
FreePayout
public FreePayout()
-
-
Method Details
-
newBuilder
Creates a new instance of the FreePayout.Builder class.- Returns:
- A new instance of the FreePayout.Builder class.
-
getTraceId
Gets the trace ID of the free payout.- Returns:
- The trace ID of the free payout.
-
setTraceId
Sets the trace ID of the free payout.- Parameters:
value
- The trace ID of the free payout.
-
getAmount
Gets the amount of the free payout.- Returns:
- The amount of the free payout.
-
setAmount
Sets the amount of the free payout.- Parameters:
value
- The amount of the free payout.
-
getCurrency
Gets the currency of the free payout.- Returns:
- The currency of the free payout.
-
setCurrency
Sets the currency of the free payout.- Parameters:
value
- The currency of the free payout.
-