C# 클래스 CRL.Business.OnlinePay.Company.Lianlian.LianlianCompany

상속: CompanyBase
파일 보기 프로젝트 열기: hubro-xx/CRL2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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认证支付 首次需传入银行卡进行绑定 再次按绑定的银行卡进行支付

보호된 메소드들

메소드 설명
OnNotify ( System context ) : string

메소드 상세

CheckOrder() 공개 메소드

public CheckOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
리턴 bool

GetReturn() 공개 메소드

public GetReturn ( System context ) : bool
context System
리턴 bool

GetWapAuthReturn() 공개 메소드

public GetWapAuthReturn ( System context ) : bool
context System
리턴 bool

OnNotify() 보호된 메소드

protected OnNotify ( System context ) : string
context System
리턴 string

RefundOrder() 공개 메소드

public RefundOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
리턴 bool

Submit() 공개 메소드

public Submit ( IPayHistory order ) : void
order IPayHistory
리턴 void

WapAuthNotify() 공개 메소드

public WapAuthNotify ( System context ) : string
context System
리턴 string

WapAuthSubmit() 공개 메소드

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
리턴 void