C# 클래스 Payment.Proxy.PayPalProxy

상속: IPayPal
파일 보기 프로젝트 열기: bytecode0101/uCRM

공개 메소드들

메소드 설명
Authenticate ( string clientId, string password ) : bool

Authentification of the client system(uCRM)

Pay ( double amount, System.Guid orderId, string userName, string password ) : bool

메소드 상세

Authenticate() 공개 메소드

Authentification of the client system(uCRM)
public Authenticate ( string clientId, string password ) : bool
clientId string
password string
리턴 bool

Pay() 공개 메소드

public Pay ( double amount, System.Guid orderId, string userName, string password ) : bool
amount double
orderId System.Guid
userName string
password string
리턴 bool