Uses of Class
vn.payos.model.v2.paymentRequests.PaymentLink
Packages that use PaymentLink
Package
Description
-
Uses of PaymentLink in vn.payos.service.async.v2.paymentRequests
Methods in vn.payos.service.async.v2.paymentRequests that return types with arguments of type PaymentLinkModifier and TypeMethodDescriptionCancel a payment link by order code asynchronously.Cancel a payment link by order code asynchronously.PaymentRequestsService.cancel(Long orderCode, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) Cancel a payment link by order code asynchronously.Cancel a payment link by payment link ID asynchronously.Cancel a payment link by payment link ID 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) Retrieve payment link information from order code asynchronously.PaymentRequestsService.get(Long orderCode, RequestOptions<Void> options) Retrieve payment link information from order code asynchronously.Retrieve payment link information from payment link ID asynchronously.PaymentRequestsService.get(String paymentLinkId, RequestOptions<Void> options) Retrieve payment link information from payment link ID asynchronously.PaymentRequestsServiceImpl.get(Long orderCode, RequestOptions<Void> options) PaymentRequestsServiceImpl.get(String paymentLinkId, RequestOptions<Void> options) -
Uses of PaymentLink in vn.payos.service.blocking.v2.paymentRequests
Methods in vn.payos.service.blocking.v2.paymentRequests that return PaymentLinkModifier and TypeMethodDescriptionCancel a payment link by order code.Cancel a payment link by order code.PaymentRequestsService.cancel(Long orderCode, String cancellationReason, RequestOptions<CancelPaymentLinkRequest> options) Cancel a payment link by order code.Cancel a payment link by payment link ID.Cancel a payment link by payment link ID.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) Retrieve payment link information from order code.PaymentRequestsService.get(Long orderCode, RequestOptions<Void> options) Retrieve payment link information from order code.Retrieve payment link information from payment link ID.PaymentRequestsService.get(String paymentLinkId, RequestOptions<Void> options) Retrieve payment link information from payment link ID.PaymentRequestsServiceImpl.get(Long orderCode, RequestOptions<Void> options) PaymentRequestsServiceImpl.get(String paymentLinkId, RequestOptions<Void> options)