PayPal_Permissions_SDK 2.1.96

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PayPal_Permissions_SDK --version 2.1.96
NuGet\Install-Package PayPal_Permissions_SDK -Version 2.1.96
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PayPal_Permissions_SDK" Version="2.1.96" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PayPal_Permissions_SDK --version 2.1.96
#r "nuget: PayPal_Permissions_SDK, 2.1.96"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PayPal_Permissions_SDK as a Cake Addin
#addin nuget:?package=PayPal_Permissions_SDK&version=2.1.96

// Install PayPal_Permissions_SDK as a Cake Tool
#tool nuget:?package=PayPal_Permissions_SDK&version=2.1.96

The PayPal Permissions SDK provides the following:
GetPermissions API Operation: Use the GetPermissons API operation to obtain the permissions associated with an access token.
RequestPermissions API Operation: Use the RequestPermissions API operation to request permissions to execute API operations on a PayPal account holder’s behalf.
CancelPermissions API Operation: Use the CancelPermissions API operation to cancel access to a set of permissions.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Version 2.1.96 - December 14, 2012
- Added support for Instant Payment Notification (Refer IPN-README.md for more details)
- Added new feature for supporting multiple endpoints based on port name for using different SDKs together
- Fixes for serialization issue (https://github.com/paypal/merchant-sdk-java/issues/1)
- The source code of this release is in GitHub (https://github.com/paypal/permissions-sdk-dotnet/tree/v2.1.96)
-----------------------------------------------------------------------------

Version 2.0.96 - November 28, 2012
- SDK refreshed to Release 96
- Added support for passing in credentials dynamically for Authentication, now the call wrappers have an argument for passing credentials
- New type ThirdPartyAuthorization has been added to support Subject and Token based Authorizations. The earlier setAccessToken and setTokenSecret have been deprecated. You can set an instance of ThirdPartyAuthorization to an ICredential object and pass it as a parameter to the API call
- Refactoring bug fixed (https://github.com/paypal/SDKs/issues/34)
-----------------------------------------------------------------------------

Version 1.2.95 - September 28, 2012
- Updated SDK Sample
- Assembly files are updated with assembly versions (https://github.com/paypal/SDKs/issues/18)
-----------------------------------------------------------------------------

Version 1.1.93 - August 13, 2012
- SDK Core - Deserialization Logic Change
-----------------------------------------------------------------------------

Version 1.0.92 - July 30, 2012
- Stable Release
-----------------------------------------------------------------------------

Version 0.8.92 - July 17, 2012
- WSDL update version 0.8.92
-----------------------------------------------------------------------------

Version 0.8.88 - July 11, 2012
- NAnt script added for SDK automation
-----------------------------------------------------------------------------

Version 0.7.88 - April 13, 2012
- WSDL update version 88
-----------------------------------------------------------------------------

Version 0.6.86 – May 5, 2011
- Initial Release