Soenneker.Stripe.Enums.SetupIntentUsage
4.0.57
Prefix Reserved
dotnet add package Soenneker.Stripe.Enums.SetupIntentUsage --version 4.0.57
NuGet\Install-Package Soenneker.Stripe.Enums.SetupIntentUsage -Version 4.0.57
<PackageReference Include="Soenneker.Stripe.Enums.SetupIntentUsage" Version="4.0.57" />
<PackageVersion Include="Soenneker.Stripe.Enums.SetupIntentUsage" Version="4.0.57" />
<PackageReference Include="Soenneker.Stripe.Enums.SetupIntentUsage" />
paket add Soenneker.Stripe.Enums.SetupIntentUsage --version 4.0.57
#r "nuget: Soenneker.Stripe.Enums.SetupIntentUsage, 4.0.57"
#:package Soenneker.Stripe.Enums.SetupIntentUsage@4.0.57
#addin nuget:?package=Soenneker.Stripe.Enums.SetupIntentUsage&version=4.0.57
#tool nuget:?package=Soenneker.Stripe.Enums.SetupIntentUsage&version=4.0.57
Soenneker.Stripe.Enums.SetupIntentUsage
Provides strongly typed on_session and off_session usage values for configuring how a payment method saved by a Stripe SetupIntent will be used later.
Installation
dotnet add package Soenneker.Stripe.Enums.SetupIntentUsage
Usage
using Soenneker.Stripe.Enums.SetupIntentUsage;
SetupIntentUsage usage = SetupIntentUsage.OffSession;
string stripeValue = usage.Value; // "off_session"
Choose OnSession when the customer is expected to be present for later payments. Choose OffSession when the payment method is being optimized for merchant-initiated use without the customer present; this does not remove authentication or consent requirements.
| 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.52)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Stripe.Enums.SetupIntentUsage:
| Package | Downloads |
|---|---|
|
Soenneker.Stripe.SetupIntents
Create and manage Stripe setup intents for future payment-method use. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.57 | 104 | 9/25/2026 |
| 4.0.56 | 48 | 9/24/2026 |
| 4.0.55 | 436 | 9/15/2026 |
| 4.0.54 | 97 | 9/15/2026 |
| 4.0.53 | 237 | 9/14/2026 |
| 4.0.51 | 791 | 9/7/2026 |
| 4.0.50 | 346 | 9/4/2026 |
| 4.0.49 | 583 | 8/31/2026 |
| 4.0.48 | 264 | 8/30/2026 |
| 4.0.47 | 221 | 8/30/2026 |
| 4.0.46 | 865 | 8/21/2026 |
| 4.0.45 | 431 | 8/18/2026 |
| 4.0.44 | 765 | 8/7/2026 |
| 4.0.43 | 502 | 7/28/2026 |
| 4.0.42 | 287 | 7/27/2026 |
| 4.0.41 | 916 | 7/16/2026 |
| 4.0.40 | 159 | 7/16/2026 |
| 4.0.39 | 962 | 7/3/2026 |
| 4.0.38 | 710 | 6/19/2026 |
| 4.0.37 | 266 | 6/19/2026 |
Updated NuGet packages