Billing ClassebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Class used to invoke other classes for handling invoices, credit notes, etc.
Inheritance Hierarchy

System Object
  Unimaze.Composer.Tools Billing

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public static class Billing

The Billing type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateCreditNote
Gets a credit note creator.
Public methodStatic memberCreateInvoice(Invoice, String)
Gets an invoice creator with the default action 'SubmitInvoice'
Public methodStatic memberCreateInvoice(Invoice, String, String)
Gets an invoice creator specifying an action.
Public methodStatic memberCreateInvoice(Order, String, DateTime)
Takes an Order and returns an Invoice. Limitations: Invoice is illegal and incomplete. InvoiceLines are missing taxinformation and total billed is missing. This needs to be added by the calling code.
Public methodStatic memberParseCreditNote
Gets a credit note parser.
Public methodStatic memberParseInvoice
Gets an invoice parser.
Public methodStatic memberParseOrder
Gets an order parser.
Top
See Also