public interface Leona
| 限定符和类型 | 方法和说明 |
|---|---|
Payment |
getOrder(GetOrderRequest req) |
void |
getOrder(GetOrderRequest req,
Callback<Payment> callback) |
Refund |
getRefund(GetRefundRequest req) |
void |
getRefund(GetRefundRequest req,
Callback<Refund> callback) |
Payment |
microPay(MicroPayRequest req) |
void |
microPay(MicroPayRequest req,
Callback<Payment> callback) |
QRCodePayResponse |
qrCodePay(QRCodePayRequest req) |
void |
qrCodePay(QRCodePayRequest req,
Callback<QRCodePayResponse> callback) |
Refund |
refund(RefundRequest req) |
void |
refund(RefundRequest req,
Callback<Refund> callback) |
QRCodePayResponse qrCodePay(QRCodePayRequest req) throws LeonaException
LeonaExceptionvoid qrCodePay(QRCodePayRequest req, Callback<QRCodePayResponse> callback) throws LeonaException
LeonaExceptionPayment microPay(MicroPayRequest req) throws LeonaException
LeonaExceptionvoid microPay(MicroPayRequest req, Callback<Payment> callback) throws LeonaException
LeonaExceptionPayment getOrder(GetOrderRequest req) throws LeonaException
LeonaExceptionvoid getOrder(GetOrderRequest req, Callback<Payment> callback) throws LeonaException
LeonaExceptionRefund refund(RefundRequest req) throws LeonaException
LeonaExceptionvoid refund(RefundRequest req, Callback<Refund> callback) throws LeonaException
LeonaExceptionRefund getRefund(GetRefundRequest req) throws LeonaException
LeonaExceptionvoid getRefund(GetRefundRequest req, Callback<Refund> callback) throws LeonaException
LeonaExceptionCopyright © 2020. All rights reserved.