Home > @poq/sdk-sfcc > Note
Document representing a note to an object.
Signature:
export declare class Note extends BaseModel<Note>
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the Note class |
Property | Modifiers | Type | Description |
---|---|---|---|
createdBy? | string | (Optional) The author of the note. | |
creationDate? | string | (Optional) The creation date of the note. | |
id? | string | (Optional) The ID of the note. | |
subject? | string | (Optional) The note’s subject. | |
text? | string | (Optional) The note’s text. |