Class FreePayout.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.payout.FreePayout.Builder
- Enclosing class:
FreePayout
Builder class for creating instances of the FreePayout class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the FreePayout instance.setAmount
(BigDecimal value) Sets the amount of the free payout.setCurrency
(String value) Sets the currency of the free payout.setTraceId
(String value) Sets the trace ID of the free payout.
-
Method Details
-
build
Builds and returns the FreePayout instance.- Returns:
- The FreePayout instance.
-
setTraceId
Sets the trace ID of the free payout.- Parameters:
value
- The trace ID of the free payout.- Returns:
- The Builder instance.
-
setAmount
Sets the amount of the free payout.- Parameters:
value
- The amount of the free payout.- Returns:
- The Builder instance.
-
setCurrency
Sets the currency of the free payout.- Parameters:
value
- The currency of the free payout.- Returns:
- The Builder instance.
-