Soenneker.Stripe.Enums.SetupIntentUsage
4.0.49
Prefix Reserved
dotnet add package Soenneker.Stripe.Enums.SetupIntentUsage --version 4.0.49
NuGet\Install-Package Soenneker.Stripe.Enums.SetupIntentUsage -Version 4.0.49
<PackageReference Include="Soenneker.Stripe.Enums.SetupIntentUsage" Version="4.0.49" />
<PackageVersion Include="Soenneker.Stripe.Enums.SetupIntentUsage" Version="4.0.49" />
<PackageReference Include="Soenneker.Stripe.Enums.SetupIntentUsage" />
paket add Soenneker.Stripe.Enums.SetupIntentUsage --version 4.0.49
#r "nuget: Soenneker.Stripe.Enums.SetupIntentUsage, 4.0.49"
#:package Soenneker.Stripe.Enums.SetupIntentUsage@4.0.49
#addin nuget:?package=Soenneker.Stripe.Enums.SetupIntentUsage&version=4.0.49
#tool nuget:?package=Soenneker.Stripe.Enums.SetupIntentUsage&version=4.0.49
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.46)
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.49 | 0 | 8/31/2026 |
| 4.0.48 | 27 | 8/30/2026 |
| 4.0.47 | 74 | 8/30/2026 |
| 4.0.46 | 659 | 8/21/2026 |
| 4.0.45 | 414 | 8/18/2026 |
| 4.0.44 | 750 | 8/7/2026 |
| 4.0.43 | 487 | 7/28/2026 |
| 4.0.42 | 272 | 7/27/2026 |
| 4.0.41 | 907 | 7/16/2026 |
| 4.0.40 | 144 | 7/16/2026 |
| 4.0.39 | 952 | 7/3/2026 |
| 4.0.38 | 701 | 6/19/2026 |
| 4.0.37 | 254 | 6/19/2026 |
| 4.0.36 | 1,107 | 6/5/2026 |
| 4.0.35 | 120 | 6/5/2026 |
| 4.0.34 | 1,355 | 5/1/2026 |
| 4.0.33 | 356 | 4/23/2026 |
| 4.0.31 | 1,000 | 3/31/2026 |
| 4.0.30 | 705 | 3/13/2026 |
| 4.0.29 | 161 | 3/12/2026 |
Document Stripe setup intent usage