| 参数类型为 BCEumeration.PAY_CHANNEL 的 cn.beecloud 中的方法 |
static BCPayResult |
BCPay.startBCPay(BCEumeration.PAY_CHANNEL channel,
int totalFee,
String billNo,
String title,
Map<String,String> optional,
String returnUrl,
String openId,
String showUrl,
BCEumeration.QR_PAY_MODE qrPayMode)
|
static BCPayResult |
BCPay.startBCRefund(BCEumeration.PAY_CHANNEL channel,
String refundNo,
String billNo,
int refundFee,
Map optional)
|
static BCQueryResult |
BCPay.startQueryBill(BCEumeration.PAY_CHANNEL channel,
String billNo,
Date startTime,
Date endTime,
Integer skip,
Integer limit)
|
static BCQueryResult |
BCPay.startQueryRefund(BCEumeration.PAY_CHANNEL channel,
String billNo,
String refundNo,
Date startTime,
Date endTime,
Integer skip,
Integer limit)
|
static BCPayResult |
ValidationUtil.validateBCPay(BCEumeration.PAY_CHANNEL channel,
String billNo,
String title,
String returnUrl,
String openId)
|
static BCPayResult |
ValidationUtil.validateBCRefund(BCEumeration.PAY_CHANNEL channel,
String refundNo,
String billNo)
|
static BCQueryResult |
ValidationUtil.validateQueryBill(BCEumeration.PAY_CHANNEL channel,
String billNo,
Integer limit)
|
static BCQueryResult |
ValidationUtil.validateQueryRefund(BCEumeration.PAY_CHANNEL channel,
String billNo,
String refundNo,
Integer limit)
|