Uses of Class
ru.loolzaaa.youkassa.model.Refund
-
Packages that use Refund 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 Refund in ru.loolzaaa.youkassa.model
Methods in ru.loolzaaa.youkassa.model with parameters of type Refund Modifier and Type Method Description static void
Refund. createValidation(Refund refund)
-
Uses of Refund in ru.loolzaaa.youkassa.processors
Methods in ru.loolzaaa.youkassa.processors that return Refund Modifier and Type Method Description Refund
RefundProcessor. create(Refund refundParams, java.lang.String idempotencyKey)
Creates newRefund
entity with certain parameters.Refund
RefundProcessor. findById(java.lang.String refundId)
Receive information about someRefund
by its identifier.Methods in ru.loolzaaa.youkassa.processors that return types with arguments of type Refund Modifier and Type Method Description PaginatedResponse<Refund>
RefundProcessor. findAll(RefundList refundList)
Receive information about all refunds with some filter conditions.Methods in ru.loolzaaa.youkassa.processors with parameters of type Refund Modifier and Type Method Description Refund
RefundProcessor. create(Refund refundParams, java.lang.String idempotencyKey)
Creates newRefund
entity with certain parameters.
-