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