C# Class Easypay_wrapper, ASPX-Wrapper

Afficher le fichier Open project: Easypay/ASPX-Wrapper Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
getUrl ( api, x, List p = null ) : string

Gets the API URL.

Method Details

CreateReference() public méthode

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
Résultat XmlDocument

GetPaymentInfo() public méthode

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

GetTransationVerification() public méthode

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

RequestPayment() public méthode

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