C# Класс Payment.Proxy.PayPalProxy

Наследование: IPayPal
Показать файл Открыть проект

Открытые методы

Метод Описание
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