C# Класс Kooboo.Commerce.Payments.PayPal.AdaptivePayment

Sample Payment The payment gateway for _daptivePayments https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_AdaptivePayments.pdf
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ParseError IEnumerable
retrieveUrl String

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

Метод Описание
AdaptivePayment ( Authentication authentication ) : System
Pay ( Payload payload, ClientIndentification client, System.Boolean goLive, string merchantAccount, decimal amount, String currencyCode, Int32 orderID ) : void

Приватные методы

Метод Описание
ParseError ( String rspContent ) : IEnumerable
retrieveUrl ( String routeName, RouteValueDictionary values = null ) : String

Описание методов

AdaptivePayment() публичный Метод

public AdaptivePayment ( Authentication authentication ) : System
authentication Authentication
Результат System

Pay() публичный Метод

public Pay ( Payload payload, ClientIndentification client, System.Boolean goLive, string merchantAccount, decimal amount, String currencyCode, Int32 orderID ) : void
payload Payload
client ClientIndentification
goLive System.Boolean
merchantAccount string
amount decimal
currencyCode String
orderID System.Int32
Результат void