[This is preliminary documentation and is subject to change.]
Classes
| Class | Description | |
|---|---|---|
| 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.
|