Tnzi.Payment.Billing 0.1.29

dotnet add package Tnzi.Payment.Billing --version 0.1.29
                    
NuGet\Install-Package Tnzi.Payment.Billing -Version 0.1.29
                    
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="Tnzi.Payment.Billing" Version="0.1.29" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tnzi.Payment.Billing" Version="0.1.29" />
                    
Directory.Packages.props
<PackageReference Include="Tnzi.Payment.Billing" />
                    
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 Tnzi.Payment.Billing --version 0.1.29
                    
#r "nuget: Tnzi.Payment.Billing, 0.1.29"
                    
#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 Tnzi.Payment.Billing@0.1.29
                    
#: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=Tnzi.Payment.Billing&version=0.1.29
                    
Install as a Cake Addin
#tool nuget:?package=Tnzi.Payment.Billing&version=0.1.29
                    
Install as a Cake Tool

Tnzi.Payment.Billing

Invoicing for the Tnzi.NET payment module: issue a payable request to a customer, deliver it as a rendered PDF, and collect against it. Optional - a shop that only takes one-off payments at checkout never issues an invoice, and leaving this out costs it two tables, eleven endpoints and three permission codes. The entity is still called Invoice and the table is still Payment_Invoice; only the assembly is called Billing, because the accounting module owns a different aggregate of the same name.

Part of Tnzi.NET, a modular application framework for .NET 10 built on ASP.NET Core and Entity Framework Core. Functionality is split into composable modules with a managed lifecycle, shared conventions for entities, services, controllers and permissions, and an optional AI layer (agents, tools, RAG, workflows) that plugs into the same module system.

Install

dotnet add package Tnzi.Payment.Billing

Most Tnzi.NET packages are framework modules: reference one from your startup module with [DependsOn], or let Tnzi.Hosting pick it up automatically. The documentation page below covers configuration options, endpoints and permission codes.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.29 51 9/11/2026