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