NFX.Web.Pay.PayPal NamespaceNFX Class Library

[This is preliminary documentation and is subject to change.]

 
Classes

  ClassDescription
Public classPayPalConnectionParameters
Public classPayPalCredentials
Represents basic PayPal credentials for registered application which include Business account email, client ID and client secret.
Public classPayPalOAuthToken
Represents PayPal OAuth token
Public classPayPalSession
Represents PayPal pay session
Public classPayPalSystem
Represents PayPal (see https://www.paypal.com/) payment service. NOTE: Before use WebClient, please set in your configuration file 1. ServicePoint's Expect100Continue to 'false' (100-continue header can reduce performace and is not supported by some web accellerator), 2. HttpRequest timeout and any other ServicePoint's settings if needeed.