| 返回 BCQueryResult 的 cn.beecloud 中的方法 |
BCQueryResult |
BCPayMultiApp.startQueryBill(BCEumeration.PAY_CHANNEL channel,
String billNo,
Date startTime,
Date endTime,
Integer skip,
Integer limit)
|
static BCQueryResult |
BCPay.startQueryBill(BCQueryParameter para)
|
static BCQueryResult |
BCPay.startQueryBillById(String objectId)
Bill Query by Id. |
BCQueryResult |
BCPayMultiApp.startQueryRefund(BCEumeration.PAY_CHANNEL channel,
String billNo,
String refundNo,
Date startTime,
Date endTime,
Integer skip,
Integer limit)
|
static BCQueryResult |
BCPay.startQueryRefund(BCRefundQueryParameter para)
|
static BCQueryResult |
BCPay.startQueryRefundById(String objectId)
Bill Query by Id. |
static BCQueryResult |
ValidationUtil.validateQueryBill(BCQueryParameter para)
|
static BCQueryResult |
ValidationUtil.validateQueryBill(String billNo,
Integer limit)
|
static BCQueryResult |
ValidationUtil.validateQueryRefund(BCRefundQueryParameter para)
|
static BCQueryResult |
ValidationUtil.validateQueryRefund(String billNo,
String refundNo,
Integer limit)
|