C# 클래스 Easypay_wrapper, ASPX-Wrapper

파일 보기 프로젝트 열기: Easypay/ASPX-Wrapper 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
getUrl ( api, x, List p = null ) : string

Gets the API URL.

메소드 상세

CreateReference() 공개 메소드

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
리턴 XmlDocument

GetPaymentInfo() 공개 메소드

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

GetTransationVerification() 공개 메소드

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

RequestPayment() 공개 메소드

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