PayPalButtonManagerSDK 2.9.109

dotnet add package PayPalButtonManagerSDK --version 2.9.109
NuGet\Install-Package PayPalButtonManagerSDK -Version 2.9.109
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="PayPalButtonManagerSDK" Version="2.9.109" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PayPalButtonManagerSDK --version 2.9.109
#r "nuget: PayPalButtonManagerSDK, 2.9.109"
#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 PayPalButtonManagerSDK as a Cake Addin
#addin nuget:?package=PayPalButtonManagerSDK&version=2.9.109

// Install PayPalButtonManagerSDK as a Cake Tool
#tool nuget:?package=PayPalButtonManagerSDK&version=2.9.109

The PayPal Button Manager SDK provides the following methods:

BMButtonSearch API Operation (NVP/SOAP): Use the BMButtonSearch API operation to obtain a list of your hosted Website Payments Standard buttons.

BMCreateButton API Operation (NVP/SOAP): Use the BMCreateButton API operation to create a Website Payments Standard button.

BMGetButtonDetails API Operation (NVP/SOAP): Use the BMGetButtonDetails API operation to obtain information about a hosted Website Payments Standard button.

BMGetInventory API Operation (NVP/SOAP): Use the BMGetInventory API operation to determine the inventory levels and other inventory-related information for a button and menu items associated with the button.

BMManageButtonStatus API Operation (NVP/SOAP): Use the BMManageButtonStatus API operation to change the status of a hosted button. Currently, you can only delete a button.

BMSetInventory API Operation (NVP/SOAP): Use the BMSetInventory API operation to set the inventory level and inventory management features for the specified button.

BMUpdateButton API Operation (NVP/SOAP): Use the BMUpdateButton API operation to modify a Website Payments Standard button that is hosted on PayPal.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.109 293 4/22/2015
2.8.109 483 11/11/2014
2.7.109 425 11/14/2013
2.6.106 105 8/22/2013
2.5.103 83 6/11/2013
2.4.102 83 5/27/2013
2.4.101 68 4/30/2013
2.4.100 93 3/27/2013
2.3.98 74 2/12/2013
2.2.98 79 2/6/2013
2.1.96 76 12/27/2012

Version 2.9.109 - April 22, 2015

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.8.109 - November 11, 2014

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.7.109 - November 07, 2013

- Updated stubs
- Updated new version of core SDK.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.7.109.
--------------------------------------------------------------------------------------------------
Version 2.6.106 - August 22, 2013

- Updated stubs.
- Updated samples to showcase dynamic configuration.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.6.106.
--------------------------------------------------------------------------------------------------
Version 2.5.103 - June 07, 2013

- Updated stubs for 103 release.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.5.103.
--------------------------------------------------------------------------------------------------
Version 2.4.102 - May 23, 2013

- Updated stubs for 102 release.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.4.102.
--------------------------------------------------------------------------------------------------
Version 2.4.101 - April 30, 2013

- Updated core dll.
- Bug fix for json serialization issue (https://github.com/paypal/merchant-sdk-dotnet/issues/4)

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.4.101.
--------------------------------------------------------------------------------------------------
Version 2.4.100 - March 25, 2013

- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
- Added intellisense support.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.4.100.
--------------------------------------------------------------------------------------------------
Version 2.3.98 - February 12, 2013

- Updated IPN Listener in samples for IPN core class fix.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.3.98.
--------------------------------------------------------------------------------------------------
Version 2.2.98 - February 04, 2013

- Updated stubs for 98 release.
- Added Nuget support.

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.2.98.
--------------------------------------------------------------------------------------------------
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 portname for using different sdks together.
- Fixes for serialization issue (https://github.com/paypal/merchant-sdk-java/issues/1)

You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.1.96.
--------------------------------------------------------------------------------------------------

Version 2.0.96 - November 28, 2012

- SDK refreshed to Release 96
   - Application ID is not mandatory now.
- 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
     ICredntial and pass ICredential as a parameter to  API call
   - DOTNET code Refactoring bug fixed (refer : https://github.com/paypal/SDKs/issues/34)
--------------------------------------------------------------------------------------------------


Version 1.2.95 - September 28, 2012

- SDK refreshed to Release 95
- SDK now supports third party permission by subject header. Configure subject header
   in the configuration file, this is basically third party merchant email address who has
 given permission to you to call api on their behalf.
- Bug fixed for 'convertToXML' method for not escaping xml element correctly.(https://github.com/paypal/SDKs/issues/17)
- Assembly files are updated with assembly versions.(https://github.com/paypal/SDKs/issues/18)
- Bug fixed for BasicAmountType serialization without currencyID attribute.(https://github.com/paypal/SDKs/issues/23)
- Updated SDK sample
--------------------------------------------------------------------------------------------------


Version 1.1.93 - August 13, 2012

- SDK refreshed to Release 93.
- SDK Core - Deserialization Logic Change
--------------------------------------------------------------------------------------------------


Version 1.0.92 - July 30, 2012

- Stable release
--------------------------------------------------------------------------------------------------



Version 0.8.92 - July 17, 2012

- wsdl update version 92
--------------------------------------------------------------------------------------------------
           
Version 0.8.88 - July 11, 2012

       - Nant script added for SDK automation.
       
--------------------------------------------------------------------------------------------------

Version 0.7.86 - 19-Apr-2012

This release contains stub changes for PayPal wsdl version 88.0
       Fix for incorrect Permissions header (X-PP-AUTHORIZATION)

--------------------------------------------------------------------------------------------------

Version 0.6.86 - 27-Feb-2012

       This release contains new ButtonManager SDK (SOAP) and samples for ButtonManager api's.
--------------------------------------------------------------------------------------------------