C# Class ICanPay.PaymentNotify

���ط��ص�֧��֪ͨ���ݵĽ���
Afficher le fichier Open project: hiihellox10/ICanPay Class Usage Examples

Méthodes publiques

Méthode Description
AddMerchant ( Merchant merchant ) : void

����̻����ݡ�����ӵ��̻������ظ������ؽ��ᱻɾ��

GetMerchant ( GatewayType gatewayType ) : Merchant

����̻����ݡ����ش��ڶ���̻�����ʱ���ص�һ�����޷��ҵ�����null

PaymentNotify ( ) : System.Collections.Generic

��ʼ�������Ķ�������PaymentNotify

PaymentNotify ( ICollection merchantList ) : System.Collections.Generic

��ʼ�������Ķ�������PaymentNotify

PaymentNotify ( Merchant merchant ) : System.Collections.Generic

��ʼ�������Ķ�������PaymentNotify

Received ( ) : void

���ղ���֤���ص�֧��֪ͨ

RemoveMerchant ( GatewayType gatewayType ) : void

ɾ���̻�����

Méthodes protégées

Méthode Description
OnPaymentFailed ( PaymentFailedEventArgs e ) : void
OnPaymentSucceed ( PaymentSucceedEventArgs e ) : void
OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void

Method Details

AddMerchant() public méthode

����̻����ݡ�����ӵ��̻������ظ������ؽ��ᱻɾ��
public AddMerchant ( Merchant merchant ) : void
merchant Merchant �̻�����
Résultat void

GetMerchant() public méthode

����̻����ݡ����ش��ڶ���̻�����ʱ���ص�һ�����޷��ҵ�����null
public GetMerchant ( GatewayType gatewayType ) : Merchant
gatewayType GatewayType ��������
Résultat Merchant

OnPaymentFailed() protected méthode

protected OnPaymentFailed ( PaymentFailedEventArgs e ) : void
e PaymentFailedEventArgs
Résultat void

OnPaymentSucceed() protected méthode

protected OnPaymentSucceed ( PaymentSucceedEventArgs e ) : void
e PaymentSucceedEventArgs
Résultat void

OnUnknownGateway() protected méthode

protected OnUnknownGateway ( ICanPay.UnknownGatewayEventArgs e ) : void
e ICanPay.UnknownGatewayEventArgs
Résultat void

PaymentNotify() public méthode

��ʼ�������Ķ�������PaymentNotify
public PaymentNotify ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PaymentNotify() public méthode

��ʼ�������Ķ�������PaymentNotify
public PaymentNotify ( ICollection merchantList ) : System.Collections.Generic
merchantList ICollection ������֤֧�����ط������ݵ��̻������б�
Résultat System.Collections.Generic

PaymentNotify() public méthode

��ʼ�������Ķ�������PaymentNotify
public PaymentNotify ( Merchant merchant ) : System.Collections.Generic
merchant Merchant �̻�����
Résultat System.Collections.Generic

Received() public méthode

���ղ���֤���ص�֧��֪ͨ
public Received ( ) : void
Résultat void

RemoveMerchant() public méthode

ɾ���̻�����
public RemoveMerchant ( GatewayType gatewayType ) : void
gatewayType GatewayType ��������
Résultat void