Billing CreateInvoice Method (, String, DateTime)ebComposer 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.
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.

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 Invoice CreateInvoice(
	Order order,
	string profileKeyName,
	DateTime dtDueDate
)

Parameters

order
Type: Order
The order to be turned into an Invoice
profileKeyName
Type: System String
The profile the Invoice is in
dtDueDate
Type: System DateTime
The Due Date of the invoice

Return Value

Type: Invoice

[Missing <returns> documentation for "M:Unimaze.Composer.Tools.Billing.CreateInvoice(Unimaze.Composer.Ubl2.Order,System.String,System.DateTime)"]

See Also