C# Class CRL.Business.OnlinePay.Company.Lianlian.LianlianCompany

Inheritance: CompanyBase
Afficher le fichier Open project: hubro-xx/CRL2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CheckOrder ( IPayHistory order, string &message ) : bool
GetReturn ( System context ) : bool
GetWapAuthReturn ( System context ) : bool
RefundOrder ( IPayHistory order, string &message ) : bool
Submit ( IPayHistory order ) : void
WapAuthNotify ( System context ) : string
WapAuthSubmit ( IPayHistory order, string id_no, string acct_name, string card_no, string no_agree, string risk_item ) : void

WAP认证支付 首次需传入银行卡进行绑定 再次按绑定的银行卡进行支付

Méthodes protégées

Méthode Description
OnNotify ( System context ) : string

Method Details

CheckOrder() public méthode

public CheckOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
Résultat bool

GetReturn() public méthode

public GetReturn ( System context ) : bool
context System
Résultat bool

GetWapAuthReturn() public méthode

public GetWapAuthReturn ( System context ) : bool
context System
Résultat bool

OnNotify() protected méthode

protected OnNotify ( System context ) : string
context System
Résultat string

RefundOrder() public méthode

public RefundOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
Résultat bool

Submit() public méthode

public Submit ( IPayHistory order ) : void
order IPayHistory
Résultat void

WapAuthNotify() public méthode

public WapAuthNotify ( System context ) : string
context System
Résultat string

WapAuthSubmit() public méthode

WAP认证支付 首次需传入银行卡进行绑定 再次按绑定的银行卡进行支付
public WapAuthSubmit ( IPayHistory order, string id_no, string acct_name, string card_no, string no_agree, string risk_item ) : void
order IPayHistory
id_no string
acct_name string
card_no string
no_agree string
risk_item string
Résultat void