NotesIsPurchase(Object) Method

Indicates whether the type of note is a purchase note.

Definition

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

Parameters

codeType  Object
Code type object.

Return Value

Boolean
if the note type is a purchase note; otherwise, .

See Also