Add a new 'Invoice Line' entry.
Invoice Line (ASBIE). An Invoice has one or more invoice lines.
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 |
Parameters
- invoiceLine
- Type: Unimaze.Composer.Ubl2.Interfaces..::..IInvoiceLine
The IInvoiceLine to add.