C# Class Easypay_wrapper, ASPX-Wrapper

Mostra file Open project: Easypay/ASPX-Wrapper Class Usage Examples

Public Methods

Method Description
CreateReference ( string t_key, string t_value, ReferenceType, type = ReferenceType.normal, string name = "", string description = "", string observation = "", string mobile = "", string email = "" ) : XmlDocument

Creates a new reference.

GetPaymentInfo ( string ep_doc ) : XmlDocument

Request for the detailed payment information

GetTransationVerification ( int reference ) : XmlDocument

Gets a Transaction key verification.

RequestPayment ( int reference, string key, PaymentType, type = PaymentType.creditcard ) : XmlDocument

Requests a payment.

Private Methods

Method Description
getUrl ( api, x, List p = null ) : string

Gets the API URL.

Method Details

CreateReference() public method

Creates a new reference.
public CreateReference ( string t_key, string t_value, ReferenceType, type = ReferenceType.normal, string name = "", string description = "", string observation = "", string mobile = "", string email = "" ) : XmlDocument
t_key string /// T_key. ///
t_value string /// T_value. ///
type ReferenceType, /// Type. ///
name string
description string
observation string
mobile string
email string
return XmlDocument

GetPaymentInfo() public method

Request for the detailed payment information
public GetPaymentInfo ( string ep_doc ) : XmlDocument
ep_doc string /// Ep_doc. ///
return XmlDocument

GetTransationVerification() public method

Gets a Transaction key verification.
public GetTransationVerification ( int reference ) : XmlDocument
reference int /// Reference. ///
return XmlDocument

RequestPayment() public method

Requests a payment.
public RequestPayment ( int reference, string key, PaymentType, type = PaymentType.creditcard ) : XmlDocument
reference int /// Reference. ///
key string /// Key. ///
type PaymentType, /// Type. ///
return XmlDocument