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
                    
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="Soenneker.Stripe.Enums.SetupIntentUsage" Version="4.0.49" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Stripe.Enums.SetupIntentUsage" Version="4.0.49" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Stripe.Enums.SetupIntentUsage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Stripe.Enums.SetupIntentUsage --version 4.0.49
                    
#r "nuget: Soenneker.Stripe.Enums.SetupIntentUsage, 4.0.49"
                    
#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.
#:package Soenneker.Stripe.Enums.SetupIntentUsage@4.0.49
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Stripe.Enums.SetupIntentUsage&version=4.0.49
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Stripe.Enums.SetupIntentUsage&version=4.0.49
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed

Document Stripe setup intent usage