Add a new 'Invoice Line' entry.
Invoice Line (ASBIE). An association to one or more Invoice Lines.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void AddInvoiceLine(
IInvoiceLine invoiceLine
) |
| Visual Basic |
|---|
Public Sub AddInvoiceLine (
invoiceLine As IInvoiceLine
) |
| Visual C++ |
|---|
public:
virtual void AddInvoiceLine(
IInvoiceLine^ invoiceLine
) sealed |
| F# |
|---|
abstract AddInvoiceLine :
invoiceLine : IInvoiceLine -> unit
override AddInvoiceLine :
invoiceLine : IInvoiceLine -> unit |
Implements
IInvoice..::..AddInvoiceLine(IInvoiceLine)
See Also