C# Класс CRL.Business.OnlinePay.Company.Lianlian.LianlianCompany

Наследование: CompanyBase
Показать файл Открыть проект

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