Метод | Описание | |
---|---|---|
Authenticate ( string clientId, string password ) : bool |
Authentification of the client system(uCRM)
|
|
Pay ( double amount, System.Guid orderId, string userName, string password ) : bool |
public Authenticate ( string clientId, string password ) : bool | ||
clientId | string | |
password | string | |
Результат | bool |
public Pay ( double amount, System.Guid orderId, string userName, string password ) : bool | ||
amount | double | |
orderId | System.Guid | |
userName | string | |
password | string | |
Результат | bool |