cashout_amount
The amount paid to the player if they cashed out of the hand.
cashout_amount
The amount paid out to a player if they chose to cash out of a hand instead of playing to showdown.
Type: decimal (optional)
Nullable: true
For cashout games only. Omit if the player did not cash out.
Normally the amount the player would have won if they had gone to showdown should still be specified in "win_amount" as normal.
Example:
"cashout_amount": 12.34
Last updated