C# Class Payment.Proxy.PayPalProxy

Inheritance: IPayPal
Afficher le fichier Open project: bytecode0101/uCRM

Méthodes publiques

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

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

Pay() public méthode

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