C# 클래스 CRL.Business.OnlinePay.Company.Tenpay.TenpayCompany

상속: CompanyBase
파일 보기 프로젝트 열기: hubro-xx/CRL2 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckOrder ( IPayHistory order, string &message ) : bool
RefundOrder ( IPayHistory order, string &message ) : bool

退款接口,可重复提交得到状态

Submit ( IPayHistory order ) : void
TenpayCompany ( ) : System

보호된 메소드들

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

메소드 상세

CheckOrder() 공개 메소드

public CheckOrder ( IPayHistory order, string &message ) : bool
order IPayHistory
message string
리턴 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

TenpayCompany() 공개 메소드

public TenpayCompany ( ) : System
리턴 System