| 返回 BCQueryResult 的 cn.beecloud 中的方法 |
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 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)
|