C# Class CRL.Business.OnlinePay.Company.Chinapnr.ChinapnrCompany

Inheritance: CompanyBase
Mostrar archivo Open project: hubro-xx/CRL2

Public Methods

Method Description
CheckOrder ( IPayHistory order, string &message ) : bool
RefundOrder ( IPayHistory order, string &message ) : bool
Submit ( IPayHistory order ) : void

Protected Methods

Method Description
OnNotify ( System context ) : string

Method Details

CheckOrder() public method

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

OnNotify() protected method

protected OnNotify ( System context ) : string
context System
return string

RefundOrder() public method

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

Submit() public method

public Submit ( IPayHistory order ) : void
order IPayHistory
return void