| 返回 BCQueryResult 的 cn.beecloud 中的方法 |
static BCQueryResult |
BCPay.startQueryBill(BCEumeration.PAY_CHANNEL channel,
String bill_no,
Long start_time,
Long end_time,
Integer skip,
Integer limit)
|
static BCQueryResult |
BCPay.startQueryRefund(BCEumeration.PAY_CHANNEL channel,
String bill_no,
String refund_no,
Long start_time,
Long end_time,
Integer skip,
Integer limit)
|
static BCQueryResult |
ValidationUtil.validateQueryBill(BCEumeration.PAY_CHANNEL channel,
String bill_no,
Long start_time,
Long end_time,
Integer limit)
|
static BCQueryResult |
ValidationUtil.validateQueryRefund(BCEumeration.PAY_CHANNEL channel,
String bill_no,
String refund_no,
Long start_time,
Long end_time,
Integer limit)
|