NotesIsDeliveryOrder(Object) Method

Identifies whether the document is a delivery note (sale or purchase).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsDeliveryOrder(
	Object codeType
)

Parameters

codeType  Object
Code type object.

Return Value

Boolean
if the document is a delivery note (sale or purchase); otherwise, .

See Also