IHostDocumentsViewsShowPurchaseNotesBilling(ListInt64) Method

Displays the billing view of purchase notes.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowPurchaseNotesBilling(
	List<long> ids = null
)

Parameters

ids  ListInt64  (Optional)
List<Int64> with the identifiers of the notes to be invoiced.

See Also