NoteCreate

data class NoteCreate(val module: String, val moduleLabel: String?) : ZyncOperationMetadata

Metadata for note creation operation. Examples:

  • Job: module="JOB", moduleLabel="101688"

  • Customer: module="CUSTOMER", moduleLabel="John Doe"

Constructors

Link copied to clipboard
constructor(module: String, moduleLabel: String?)

Properties

Link copied to clipboard
Link copied to clipboard