Uses of Class
ru.loolzaaa.youkassa.model.Payout
-
Packages that use Payout Package Description ru.loolzaaa.youkassa.model In this package you will find entities of all the methods of the YooKassa API.ru.loolzaaa.youkassa.processors In this package you will find processors of all the methods of the YooKassa API. -
-
Uses of Payout in ru.loolzaaa.youkassa.model
Methods in ru.loolzaaa.youkassa.model with parameters of type Payout Modifier and Type Method Description static void
Payout. createValidation(Payout payout)
-
Uses of Payout in ru.loolzaaa.youkassa.processors
Methods in ru.loolzaaa.youkassa.processors that return Payout Modifier and Type Method Description Payout
PayoutProcessor. create(Payout payoutParams, java.lang.String idempotencyKey)
Creates newPayout
entity with certain parameters.Payout
PayoutProcessor. findById(java.lang.String payoutId)
Receive information about somePayout
by its identifier.Methods in ru.loolzaaa.youkassa.processors with parameters of type Payout Modifier and Type Method Description Payout
PayoutProcessor. create(Payout payoutParams, java.lang.String idempotencyKey)
Creates newPayout
entity with certain parameters.
-