Method | Description | |
---|---|---|
AddMerchant ( |
����̻����ݡ�����ӵ��̻������ظ������ؽ��ᱻɾ��
|
|
GetMerchant ( GatewayType gatewayType ) : |
����̻����ݡ����ش��ڶ���̻�����ʱ���ص�һ�������ҵ�����null
|
|
PaymentNotify ( ) : System.Collections.Generic |
��ʼ�������Ķ�������PaymentNotify
|
|
PaymentNotify ( ICollection |
��ʼ�������Ķ�������PaymentNotify
|
|
PaymentNotify ( |
��ʼ�������Ķ�������PaymentNotify
|
|
Received ( ) : void |
���ղ���֤���ص�֧��֪ͨ
|
|
RemoveMerchant ( GatewayType gatewayType ) : void |
ɾ���̻�����
|
Method | Description | |
---|---|---|
OnPaymentFailed ( |
||
OnPaymentSucceed ( |
||
OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void |
public AddMerchant ( |
||
merchant | �̻����� | |
return | void |
public GetMerchant ( GatewayType gatewayType ) : |
||
gatewayType | GatewayType | �������� |
return |
protected OnPaymentFailed ( |
||
e | ||
return | void |
protected OnPaymentSucceed ( |
||
e | ||
return | void |
protected OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void | ||
e | ICanPay.UnknownGatewayEventArgs | |
return | void |
public PaymentNotify ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PaymentNotify ( ICollection |
||
merchantList | ICollection |
������֤֧�����ط������ݵ��̻������б� |
return | System.Collections.Generic |
public PaymentNotify ( |
||
merchant | �̻����� | |
return | System.Collections.Generic |
public RemoveMerchant ( GatewayType gatewayType ) : void | ||
gatewayType | GatewayType | �������� |
return | void |