Uses of Class
vn.payos.core.FileDownloadResponse
Packages that use FileDownloadResponse
Package
Description
-
Uses of FileDownloadResponse in vn.payos
Methods in vn.payos that return FileDownloadResponseModifier and TypeMethodDescription<TReq> FileDownloadResponsePayOS.downloadFile(FinalRequestOptions<TReq> reqOpts) Download fileMethods in vn.payos that return types with arguments of type FileDownloadResponseModifier and TypeMethodDescriptionPayOSAsync.downloadFileAsync(FinalRequestOptions<TReq> reqOpts) Download file -
Uses of FileDownloadResponse in vn.payos.core
Methods in vn.payos.core that return FileDownloadResponseModifier and TypeMethodDescriptionprotected FileDownloadResponseClient.processFileDownloadResponse(okhttp3.Response res) Process file download response -
Uses of FileDownloadResponse in vn.payos.service.async.v2.paymentRequests.invoices
Methods in vn.payos.service.async.v2.paymentRequests.invoices that return types with arguments of type FileDownloadResponseModifier and TypeMethodDescriptionDownload an invoice in PDF format by order code.InvoicesService.download(String invoiceId, Long orderCode, RequestOptions<Void> options) Download an invoice in PDF format by order code.Download an invoice in PDF format by payment link ID.InvoicesService.download(String invoiceId, String paymentLinkId, RequestOptions<Void> options) Download an invoice in PDF format by payment link ID.InvoicesServiceImpl.download(String invoiceId, Long orderCode, RequestOptions<Void> options) InvoicesServiceImpl.download(String invoiceId, String paymentLinkId, RequestOptions<Void> options) -
Uses of FileDownloadResponse in vn.payos.service.blocking.v2.paymentRequests.invoices
Methods in vn.payos.service.blocking.v2.paymentRequests.invoices that return FileDownloadResponseModifier and TypeMethodDescriptionDownload an invoice in PDF format by order code.InvoicesService.download(String invoiceId, Long orderCode, RequestOptions<Void> options) Download an invoice in PDF format by order code.Download an invoice in PDF format by payment link ID.InvoicesService.download(String invoiceId, String paymentLinkId, RequestOptions<Void> options) Download an invoice in PDF format by payment link ID.InvoicesServiceImpl.download(String invoiceId, Long orderCode, RequestOptions<Void> options) InvoicesServiceImpl.download(String invoiceId, String paymentLinkId, RequestOptions<Void> options)