NotesIsBillable(Object) Method
Indicates whether the type of note is a billable note.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsBillable(
Object codeNoteType
)
Public Shared Function IsBillable (
codeNoteType As Object
) As Boolean
- codeNoteType Object
- Code note type object.
Boolean if the type of note is a billable; otherwise,
.