C# Class CRL.Business.OnlinePay.Company.Tenpay.TenpayCompany

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

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
TenpayCompany ( ) : System

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

TenpayCompany() public method

public TenpayCompany ( ) : System
return System