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