public interface Client
QRCodePaymentResponse createQRCodePayment(QRCodePaymentRequest req) throws LeonaException
LeonaExceptionvoid createQRCodePayment(QRCodePaymentRequest req, Callback<QRCodePaymentResponse> callback) throws LeonaException
LeonaExceptionMicropayPaymentResponse createMicropayPayment(MicropayPaymentRequest req) throws LeonaException
LeonaExceptionvoid createMicropayPayment(MicropayPaymentRequest req, Callback<MicropayPaymentResponse> callback) throws LeonaException
LeonaExceptionQueryPaymentResponse queryPayment(QueryPaymentRequest req) throws LeonaException
LeonaExceptionvoid queryPayment(QueryPaymentRequest req, Callback<QueryPaymentResponse> callback) throws LeonaException
LeonaExceptionRefundResponse createRefund(RefundRequest req) throws LeonaException
LeonaExceptionvoid createRefund(RefundRequest req, Callback<RefundResponse> callback) throws LeonaException
LeonaExceptionQueryRefundResponse queryRefund(QueryRefundRequest req) throws LeonaException
LeonaExceptionvoid queryRefund(QueryRefundRequest req, Callback<QueryRefundResponse> callback) throws LeonaException
LeonaExceptionQueryBalanceResponse queryBalance(QueryBalanceRequest req) throws LeonaException
LeonaExceptionvoid queryBalance(QueryBalanceRequest req, Callback<QueryBalanceResponse> callback) throws LeonaException
LeonaExceptionWithdrawResponse withdraw(WithdrawRequest req) throws LeonaException
LeonaExceptionvoid withdraw(WithdrawRequest req, Callback<WithdrawResponse> callback) throws LeonaException
LeonaExceptionQueryWithdrawalResponse queryWithdrawal(QueryWithdrawalRequest req) throws LeonaException
LeonaExceptionvoid queryWithdrawal(QueryWithdrawalRequest req, Callback<QueryWithdrawalResponse> callback) throws LeonaException
LeonaExceptionvoid downloadBills(DownloadBillsRequest req, OutputStream dst) throws LeonaException
LeonaExceptionvoid downloadBills(DownloadBillsRequest req, Callback<OutputStream> callback) throws LeonaException
LeonaExceptionJspayPaymentResponse createJspayPayment(JspayPaymentRequest req) throws LeonaException
LeonaExceptionvoid createJspayPayment(JspayPaymentRequest req, Callback<JspayPaymentResponse> callback) throws LeonaException
LeonaExceptionCopyright © 2020. All rights reserved.