IHostDocumentsGetFormattedInvoiceDocument(Object, Object) Method

Get the formatted document of an invoice using the series and number based on the mask indicated in the [MASCARA_DOCUMENTO] parameter.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetFormattedInvoiceDocument(
	Object serial,
	Object number
)

Parameters

serial  Object
Invoice document serial.
number  Object
Invoice document number.

Return Value

String
String with the formatted invoice document.

See Also