C# Class Payment.Proxy.PayPalProxy

Inheritance: IPayPal
Mostra file Open project: bytecode0101/uCRM

Public Methods

Method Description
Authenticate ( string clientId, string password ) : bool

Authentification of the client system(uCRM)

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

Method Details

Authenticate() public method

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

Pay() public method

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