NotesIsBillable(Object) Method

Indicates whether the type of note is a billable note.

Definition

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

Parameters

codeNoteType  Object
Code note type object.

Return Value

Boolean
if the type of note is a billable; otherwise, .

See Also