Uses of Class
ru.loolzaaa.youkassa.model.Payment
-
Packages that use Payment 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 Payment in ru.loolzaaa.youkassa.model
Methods in ru.loolzaaa.youkassa.model with parameters of type Payment Modifier and Type Method Description static void
Payment. captureValidation(Payment payment)
static void
Payment. createValidation(Payment payment)
-
Uses of Payment in ru.loolzaaa.youkassa.processors
Methods in ru.loolzaaa.youkassa.processors that return Payment Modifier and Type Method Description Payment
PaymentProcessor. cancel(java.lang.String paymentId, java.lang.String idempotencyKey)
Cancel already createdPayment
by its identifier.Payment
PaymentProcessor. capture(java.lang.String paymentId, Payment paymentParams, java.lang.String idempotencyKey)
CapturePayment
that holds in waiting_for_capture status.Payment
PaymentProcessor. create(Payment paymentParams, java.lang.String idempotencyKey)
Creates newPayment
entity with certain parameters.Payment
PaymentProcessor. findById(java.lang.String paymentId)
Receive information about somePayment
by its identifier.Methods in ru.loolzaaa.youkassa.processors that return types with arguments of type Payment Modifier and Type Method Description PaginatedResponse<Payment>
PaymentProcessor. findAll(PaymentList paymentList)
Receive information about all payments with some filter conditions.Methods in ru.loolzaaa.youkassa.processors with parameters of type Payment Modifier and Type Method Description Payment
PaymentProcessor. capture(java.lang.String paymentId, Payment paymentParams, java.lang.String idempotencyKey)
CapturePayment
that holds in waiting_for_capture status.Payment
PaymentProcessor. create(Payment paymentParams, java.lang.String idempotencyKey)
Creates newPayment
entity with certain parameters.
-