Soenneker.Stripe.Enums.PaymentMethodTypes
4.0.65
Prefix Reserved
dotnet add package Soenneker.Stripe.Enums.PaymentMethodTypes --version 4.0.65
NuGet\Install-Package Soenneker.Stripe.Enums.PaymentMethodTypes -Version 4.0.65
<PackageReference Include="Soenneker.Stripe.Enums.PaymentMethodTypes" Version="4.0.65" />
<PackageVersion Include="Soenneker.Stripe.Enums.PaymentMethodTypes" Version="4.0.65" />
<PackageReference Include="Soenneker.Stripe.Enums.PaymentMethodTypes" />
paket add Soenneker.Stripe.Enums.PaymentMethodTypes --version 4.0.65
#r "nuget: Soenneker.Stripe.Enums.PaymentMethodTypes, 4.0.65"
#:package Soenneker.Stripe.Enums.PaymentMethodTypes@4.0.65
#addin nuget:?package=Soenneker.Stripe.Enums.PaymentMethodTypes&version=4.0.65
#tool nuget:?package=Soenneker.Stripe.Enums.PaymentMethodTypes&version=4.0.65
Soenneker.Stripe.Enums.PaymentMethodTypes
Provides strongly typed identifiers for Stripe payment-method types, including cards, bank debits, wallets, bank redirects, buy-now-pay-later methods, cash methods, and region-specific options.
Installation
dotnet add package Soenneker.Stripe.Enums.PaymentMethodTypes
Usage
using Soenneker.Stripe.Enums.PaymentMethodTypes;
StripePaymentMethodType type = StripePaymentMethodType.Card;
string stripeValue = type.Value; // "card"
if (StripePaymentMethodType.TryFromValue(apiValue, out StripePaymentMethodType? parsed))
{
// Branch on a known payment-method type.
}
Presence in this package does not mean a payment method is enabled or available for every account, country, currency, or API operation. Check the configured Stripe account and use TryFromValue for forward-compatible handling of newly introduced identifiers.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Gen.EnumValues (>= 4.0.46)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Stripe.Enums.PaymentMethodTypes:
| Package | Downloads |
|---|---|
|
Soenneker.Stripe.PaymentMethods
Create, retrieve, update, attach, detach, and list Stripe payment methods. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.65 | 148 | 8/31/2026 |
| 4.0.64 | 176 | 8/30/2026 |
| 4.0.63 | 154 | 8/29/2026 |
| 4.0.62 | 651 | 8/21/2026 |
| 4.0.61 | 411 | 8/18/2026 |
| 4.0.60 | 761 | 8/7/2026 |
| 4.0.59 | 649 | 7/28/2026 |
| 4.0.58 | 103 | 7/28/2026 |
| 4.0.57 | 779 | 7/17/2026 |
| 4.0.56 | 163 | 7/16/2026 |
| 4.0.55 | 892 | 7/7/2026 |
| 4.0.54 | 396 | 7/2/2026 |
| 4.0.53 | 611 | 6/19/2026 |
| 4.0.52 | 886 | 6/18/2026 |
| 4.0.51 | 1,120 | 6/5/2026 |
| 4.0.50 | 116 | 6/5/2026 |
| 4.0.49 | 127 | 6/5/2026 |
| 4.0.48 | 1,285 | 5/1/2026 |
| 4.0.47 | 329 | 4/23/2026 |
| 4.0.45 | 1,037 | 3/31/2026 |
Document Stripe payment method types