Uses of Class
vn.payos.model.v2.paymentRequests.CancelPaymentLinkRequest
Packages that use CancelPaymentLinkRequest
Package
Description
-
Uses of CancelPaymentLinkRequest in vn.payos.service.async.v2.paymentRequests
Method parameters in vn.payos.service.async.v2.paymentRequests with type arguments of type CancelPaymentLinkRequestModifier and TypeMethodDescriptionPaymentRequestsService.cancel(Long orderCode, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) Cancel a payment link by order code asynchronously.PaymentRequestsService.cancel(String paymentLinkId, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) Cancel a payment link by payment link ID asynchronously.PaymentRequestsServiceImpl.cancel(Long orderCode, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) PaymentRequestsServiceImpl.cancel(String paymentLinkId, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) -
Uses of CancelPaymentLinkRequest in vn.payos.service.blocking.v2.paymentRequests
Method parameters in vn.payos.service.blocking.v2.paymentRequests with type arguments of type CancelPaymentLinkRequestModifier and TypeMethodDescriptionPaymentRequestsService.cancel(Long orderCode, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) Cancel a payment link by order code.PaymentRequestsService.cancel(String paymentLinkId, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) Cancel a payment link by payment link ID.PaymentRequestsServiceImpl.cancel(Long orderCode, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) PaymentRequestsServiceImpl.cancel(String paymentLinkId, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options)