C# Class ICanPay.PaymentSetting

������Ҫ֧���Ķ��������ݣ�����֧������URL��ַ��HTML���
��Ϊ����֧�����صı����֧��GB2312����������֧������ͳһʹ��GB2312���롣 ����Ҫ��֤���HTML�����ҳ��ΪGB2312���룬������ܻ���Ϊ���������޷���������֧��������ʶ��֧�����ص�֧��֪ͨ�� ͨ���� Web.config �е� configuration/system.web �ڵ����� ���Խ�ҳ���Ĭ�ϱ�������ΪGB2312��Ŀǰֻ��ʹ��RMB֧������������֧�����Ķ�������ؽӿ��ĵ��޸ġ�
Mostrar archivo Open project: hiihellox10/ICanPay Class Usage Examples

Public Methods

Method Description
Payment ( ) : void

����������֧��Url��Form�������ά�롣

����������Ƕ�����Url��Form�������ת����Ӧ����֧��������Ƕ�ά�뽫�����ά��ͼƬ��

PaymentSetting ( GatewayType gatewayType ) : System
PaymentSetting ( GatewayType gatewayType, Merchant merchant, Order order ) : System
QueryNotify ( ) : void

��ѯ�����������IJ�ѯ֪ͨ����ͨ����֧��֪ͨһ������ʽ���ء��ô�������֪ͨһ���ķ������ܲ�ѯ���������ݡ�

QueryNow ( ) : bool

��ѯ������������ö����IJ�ѯ���

SetGatewayParameterValue ( string gatewayParameterName, string gatewayParameterValue ) : void

�������ص�����

Private Methods

Method Description
BuildQRCodeImage ( string qrCodeContent ) : void

���ɲ������ά��ͼƬ

CreateGateway ( GatewayType gatewayType ) : GatewayBase

Method Details

Payment() public method

����������֧��Url��Form�������ά�롣
����������Ƕ�����Url��Form�������ת����Ӧ����֧��������Ƕ�ά�뽫�����ά��ͼƬ��
public Payment ( ) : void
return void

PaymentSetting() public method

public PaymentSetting ( GatewayType gatewayType ) : System
gatewayType GatewayType
return System

PaymentSetting() public method

public PaymentSetting ( GatewayType gatewayType, Merchant merchant, Order order ) : System
gatewayType GatewayType
merchant Merchant
order Order
return System

QueryNotify() public method

��ѯ�����������IJ�ѯ֪ͨ����ͨ����֧��֪ͨһ������ʽ���ء��ô�������֪ͨһ���ķ������ܲ�ѯ���������ݡ�
public QueryNotify ( ) : void
return void

QueryNow() public method

��ѯ������������ö����IJ�ѯ���
public QueryNow ( ) : bool
return bool

SetGatewayParameterValue() public method

�������ص�����
public SetGatewayParameterValue ( string gatewayParameterName, string gatewayParameterValue ) : void
gatewayParameterName string ���صIJ�������
gatewayParameterValue string ���صIJ���ֵ
return void