Package ru.loolzaaa.youkassa.model
Class Payout
- java.lang.Object
-
- ru.loolzaaa.youkassa.model.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Payout.Deal
static class
Payout.PayoutDestination
static class
Payout.PersonalData
static class
Payout.Receipt
static class
Payout.SelfEmployed
-
Constructor Summary
Constructors Constructor Description Payout()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
createValidation(Payout payout)
-
-
-
Method Detail
-
createValidation
public static void createValidation(Payout payout)
-
-