Class Payout
java.lang.Object
com.sportradar.mbs.sdk.entities.payout.Payout
- Direct Known Subclasses:
CashPayout
,FreePayout
,WithheldPayout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CashPayout.Builder
Creates a new instance of theCashPayout.Builder
class.static FreePayout.Builder
Creates a new instance of theFreePayout.Builder
class.static WithheldPayout.Builder
Creates a new instance of theWithheldPayout.Builder
class.
-
Constructor Details
-
Payout
public Payout()
-
-
Method Details
-
newFreePayoutBuilder
Creates a new instance of theFreePayout.Builder
class.- Returns:
- A new instance of the
FreePayout.Builder
class.
-
newCashPayoutBuilder
Creates a new instance of theCashPayout.Builder
class.- Returns:
- A new instance of the
CashPayout.Builder
class.
-
newWithheldPayoutBuilder
Creates a new instance of theWithheldPayout.Builder
class.- Returns:
- A new instance of the
WithheldPayout.Builder
class.
-