C# Class 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
显示文件 Open project: Kooboo/Ecommerce

Private Properties

Property Type Description
ParseError IEnumerable
retrieveUrl String

Public Methods

Method Description
AdaptivePayment ( Authentication authentication ) : System
Pay ( Payload payload, ClientIndentification client, System.Boolean goLive, string merchantAccount, decimal amount, String currencyCode, Int32 orderID ) : void

Private Methods

Method Description
ParseError ( String rspContent ) : IEnumerable
retrieveUrl ( String routeName, RouteValueDictionary values = null ) : String

Method Details

AdaptivePayment() public method

public AdaptivePayment ( Authentication authentication ) : System
authentication Authentication
return System

Pay() public method

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
return void