Class Payout

  • All Implemented Interfaces:
    RequestBody

    public class Payout
    extends java.lang.Object
    implements RequestBody
    This class represents Payout object.

    Contains all information about the payout that is relevant at the current time.

    It is generated when creating a payout and comes in response to any request related to payouts.

    The set of returned parameters depends on the status of the object (the value of the status parameter) and what parameters you passed in the request to create a payout.

    • Constructor Detail

      • Payout

        public Payout()
    • Method Detail

      • createValidation

        public static void createValidation​(Payout payout)