Removes all 'Delivery' entries.
Delivery (ASBIE). Associates the overall Invoice with the details of a delivery (or deliveries).
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 ClearDeliverys() |
| Visual Basic |
|---|
Public Sub ClearDeliverys |
| Visual C++ |
|---|
public:
virtual void ClearDeliverys() sealed |
| F# |
|---|
abstract ClearDeliverys : unit -> unit
override ClearDeliverys : unit -> unit |
Implements
ISelfBilledInvoice..::..ClearDeliverys()()()()
See Also