Class: module:models/NotesResult

module:models/NotesResult()

new module:models/NotesResult()

Constructs a new NotesResult. A result of a note request. Contains notes for an object - for example, for a basket.

Source:

Members

(inner) notes :Array.<module:models/Note>

The notes for an object.

Type:
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/NotesResult}

Constructs a NotesResult from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/NotesResult

Optional instance to populate.

Source:
Returns:

The populated NotesResult instance.

Type
module:models/NotesResult