Class Payout

java.lang.Object
ru.loolzaaa.youkassa.model.Payout
All Implemented Interfaces:
RequestBody

public class Payout extends 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 Details

    • Payout

      public Payout()
  • Method Details

    • createValidation

      public static void createValidation(Payout payout)