Stripe.net by Jayme Davis

<PackageReference Include="Stripe.net" Version="1.1.18" />

 Stripe.net 1.1.18

Stripe.net is a full service .net api for http://stripe.com. It includes support for Plans, Tokens, Customers, Charges, Subscriptions, Invoices, and Events. For full documentation, visit https://github.com/jaymedavis/stripe.net.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Stripe.net</id>
    <version>1.1.18</version>
    <authors>Jayme Davis</authors>
    <owners>Jayme Davis</owners>
    <licenseUrl>https://raw.github.com/jaymedavis/stripe.net/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/jaymedavis/stripe.net</projectUrl>
    <iconUrl>https://stripe.com/img/frontpage/blueprints.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Stripe.net is a full service .net api for http://stripe.com. It includes support for Plans, Tokens, Customers, Charges, Subscriptions, Invoices, and Events. For full documentation, visit https://github.com/jaymedavis/stripe.net.</description>
    <tags>stripe, payment, credit cards, money</tags>
  </metadata>
</package>