| Package | Description |
|---|---|
| cn.beecloud | |
| cn.beecloud.bean |
| Modifier and Type | Method and Description |
|---|---|
static BCEumeration.PAY_CHANNEL |
BCEumeration.PAY_CHANNEL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCEumeration.PAY_CHANNEL[] |
BCEumeration.PAY_CHANNEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BCPay.queryOfflineBillStatus(String bill_no,
BCEumeration.PAY_CHANNEL channel)
查询订单状态接口, 只为线下订单服务, 限定渠道为 WX_NATIVE、WX_SCAN、ALI_OFFLINE_QRCODE、ALI_SCAN、BC_ALI_SCAN、BC_WX_SCAN
|
String |
BCPayMultiApp.startRefundUpdate(BCEumeration.PAY_CHANNEL channel,
String refundNo)
退款状态更新接口
|
static String |
BCPay.startRefundUpdate(BCEumeration.PAY_CHANNEL channel,
String refundNo)
退款状态更新接口
|
| Modifier and Type | Method and Description |
|---|---|
BCEumeration.PAY_CHANNEL |
TransfersParameter.getChannel()
|
BCEumeration.PAY_CHANNEL |
BCRefund.getChannel()
访问字段
BCRefund.channel |
BCEumeration.PAY_CHANNEL |
BCQueryParameter.getChannel()
|
BCEumeration.PAY_CHANNEL |
BCOrder.getChannel()
访问字段
BCOrder.channel |
BCEumeration.PAY_CHANNEL |
BCInternationlOrder.getChannel()
|
BCEumeration.PAY_CHANNEL |
BCBatchRefund.getChannel()
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransfersParameter.setChannel(BCEumeration.PAY_CHANNEL channel) |
void |
BCRefund.setChannel(BCEumeration.PAY_CHANNEL channel) |
void |
BCQueryParameter.setChannel(BCEumeration.PAY_CHANNEL channel) |
void |
BCOrder.setChannel(BCEumeration.PAY_CHANNEL channel) |
void |
BCInternationlOrder.setChannel(BCEumeration.PAY_CHANNEL channel) |
void |
BCBatchRefund.setChannel(BCEumeration.PAY_CHANNEL channel) |
| Constructor and Description |
|---|
BCOrder(BCEumeration.PAY_CHANNEL channel,
Integer totalFee,
String billNo,
String title)
构造函数,参数为发起支付的4个必填参数
|
Copyright © 2016. All rights reserved.