Uses of Class
vn.payos.model.v2.paymentRequests.invoices.InvoicesInfo
Packages that use InvoicesInfo
Package
Description
-
Uses of InvoicesInfo in vn.payos.service.async.v2.paymentRequests.invoices
Methods in vn.payos.service.async.v2.paymentRequests.invoices that return types with arguments of type InvoicesInfoModifier and TypeMethodDescriptionRetrieve invoices of a payment link by order code.InvoicesService.get(Long orderCode, RequestOptions<Void> options) Retrieve invoices of a payment link by order code.Retrieve invoices of a payment link by payment link ID.InvoicesService.get(String paymentLinkId, RequestOptions<Void> options) Retrieve invoices of a payment link by payment link ID.InvoicesServiceImpl.get(Long orderCode, RequestOptions<Void> options) InvoicesServiceImpl.get(String paymentLinkId, RequestOptions<Void> options) -
Uses of InvoicesInfo in vn.payos.service.blocking.v2.paymentRequests.invoices
Methods in vn.payos.service.blocking.v2.paymentRequests.invoices that return InvoicesInfoModifier and TypeMethodDescriptionRetrieve invoices of a payment link by order code.InvoicesService.get(Long orderCode, RequestOptions<Void> options) Retrieve invoices of a payment link by order code.Retrieve invoices of a payment link by payment link ID.InvoicesService.get(String paymentLinkId, RequestOptions<Void> options) Retrieve invoices of a payment link by payment link ID.InvoicesServiceImpl.get(Long orderCode, RequestOptions<Void> options) InvoicesServiceImpl.get(String paymentLinkId, RequestOptions<Void> options)