Add a new 'Invoice Line' entry.
Invoice Line (ASBIE). Association to information directly relating to a line item of an invoice.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddInvoiceLine(
IInvoiceLine invoiceLine
) |
| Visual Basic |
|---|
Sub AddInvoiceLine (
invoiceLine As IInvoiceLine
) |
| Visual C++ |
|---|
void AddInvoiceLine(
IInvoiceLine^ invoiceLine
) |
| F# |
|---|
abstract AddInvoiceLine :
invoiceLine : IInvoiceLine -> unit
|
See Also