C# Class BeeCloud.Model.BCSubscription.BCSubscription

Show file Open project: beecloud/beecloud-dotnet Class Usage Examples

Public Methods

Method Description
BCSubscription ( ) : System

初始化

BCSubscription ( string _buyerID, string _planID, string _cardID ) : System

已有cardID时的初始化方法

BCSubscription ( string _buyerID, string _planID, string _bankName, string _cardNo, string _IDName, string _IDNo, string _mobile ) : System

只知道用户卡号等信息时的初始化方法

Method Details

BCSubscription() public method

初始化
public BCSubscription ( ) : System
return System

BCSubscription() public method

已有cardID时的初始化方法
public BCSubscription ( string _buyerID, string _planID, string _cardID ) : System
_buyerID string 购买者ID
_planID string 订阅计划ID
_cardID string 用户卡ID
return System

BCSubscription() public method

只知道用户卡号等信息时的初始化方法
public BCSubscription ( string _buyerID, string _planID, string _bankName, string _cardNo, string _IDName, string _IDNo, string _mobile ) : System
_buyerID string 购买者ID
_planID string 订阅计划ID
_bankName string 银行名称,可以通过getCommonBanks/getBanks方法获取
_cardNo string 卡号
_IDName string 卡持有人的姓名
_IDNo string 卡持有人的身份证号
_mobile string 持卡人预留银行卡的手机号
return System