类 cn.beecloud.BCEumeration.PAY_CHANNEL
的使用

使用 BCEumeration.PAY_CHANNEL 的软件包
cn.beecloud   
cn.beecloud.bean   
 

cn.beecloudBCEumeration.PAY_CHANNEL 的使用
 

返回 BCEumeration.PAY_CHANNELcn.beecloud 中的方法
static BCEumeration.PAY_CHANNEL BCEumeration.PAY_CHANNEL.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static BCEumeration.PAY_CHANNEL[] BCEumeration.PAY_CHANNEL.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 BCEumeration.PAY_CHANNELcn.beecloud 中的方法
 BCPayResult BCPayMultiApp.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)
           
 BCPayResult BCPayMultiApp.startBCRefund(BCEumeration.PAY_CHANNEL channel, String refundNo, String billNo, int refundFee, Map optional)
           
 BCQueryResult BCPayMultiApp.startQueryBill(BCEumeration.PAY_CHANNEL channel, String billNo, Date startTime, Date endTime, Integer skip, Integer limit)
           
 BCQueryResult BCPayMultiApp.startQueryRefund(BCEumeration.PAY_CHANNEL channel, String billNo, String refundNo, Date startTime, Date endTime, Integer skip, Integer limit)
           
 BCQueryStatusResult BCPayMultiApp.startRefundUpdate(BCEumeration.PAY_CHANNEL channel, String refundNo)
           
static BCQueryStatusResult BCPay.startRefundUpdate(BCEumeration.PAY_CHANNEL channel, String refundNo)
           
 BCPayResult BCPayMultiApp.startTransfer(BCEumeration.PAY_CHANNEL channel, String batchNo, String accountName, List<TransferData> transferData)
           
static BCPayResult BCPay.startTransfer(BCEumeration.PAY_CHANNEL channel, String batchNo, String accountName, List<TransferData> transferData)
           
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 BCPayResult ValidationUtil.validateBCTransfer(BCEumeration.PAY_CHANNEL channel, String batchNo, String accountName, List<TransferData> transferData)
           
 

cn.beecloud.beanBCEumeration.PAY_CHANNEL 的使用
 

返回 BCEumeration.PAY_CHANNELcn.beecloud.bean 中的方法
 BCEumeration.PAY_CHANNEL BCRefundParameter.getChannel()
          访问字段 BCRefundParameter.channel
 BCEumeration.PAY_CHANNEL BCQueryParameter.getChannel()
          访问字段 BCQueryParameter.channel
 BCEumeration.PAY_CHANNEL BCPayParameter.getChannel()
          访问字段 BCPayParameter.channel
 

参数类型为 BCEumeration.PAY_CHANNELcn.beecloud.bean 中的方法
 void BCRefundParameter.setChannel(BCEumeration.PAY_CHANNEL channel)
           
 void BCQueryParameter.setChannel(BCEumeration.PAY_CHANNEL channel)
           
 void BCPayParameter.setChannel(BCEumeration.PAY_CHANNEL channel)
           
 

参数类型为 BCEumeration.PAY_CHANNELcn.beecloud.bean 中的构造方法
BCPayParameter(BCEumeration.PAY_CHANNEL channel, Integer totalFee, String billNo, String title)
          构造函数,参数为发起支付的4个必填参数
 



Copyright © 2015. All rights reserved.