Show / Hide Table of Contents

Namespace NFX.Web.Pay.PayPal

Classes

PayPalConnectionParameters

PayPalCredentials

Represents basic PayPal credentials for registered application which include Business account email, client ID and client secret.

PayPalOAuthToken

Represents PayPal OAuth token

PayPalSession

Represents PayPal pay session

PayPalSystem

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.
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX