License Key Note Structure
This structure is used to hold the information about notes added to a license key.
Field Name | Field Type | Description | Interpretation on Output |
---|---|---|---|
id | JSON number | ID of a note. | Always not null |
author | JSON string | Full name of the note author. | Always not null |
message | JSON string | Note text. | Always not null |
creationDate | JSON string with timestamp in ISO 8601 format | Note creation date and time. | Always not null |