Removes all 'Invoice Line' entries. Invoice Line (ASBIE). An Invoice has one or more invoice lines.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public void ClearInvoiceLines()
Visual Basic
Public Sub ClearInvoiceLines
Visual C++
public:
virtual void ClearInvoiceLines() sealed
F#
abstract ClearInvoiceLines : unit -> unit 
override ClearInvoiceLines : unit -> unit 

Implements

ISelfBilledInvoice..::..ClearInvoiceLines()()()()

See Also