Poq.SDK.Node

Home > @poq/sdk-sfcc > Note

Note class

Document representing a note to an object.

Signature:

export declare class Note extends BaseModel<Note> 

Extends: BaseModel<Note

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Note class

Properties

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 notes subject.
text?   string (Optional) The notes text.