C# Class CRL.Business.OnlinePay.Company.Bill99.Bill99Company

Inheritance: CompanyBase
Datei anzeigen Open project: hubro-xx/CRL2

Private Properties

Property Type Description

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 ( HttpContext 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 ( HttpContext context ) : string
context System.Web.HttpContext
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