module:model/NotaryJournal

module:model/NotaryJournal

new module:model/NotaryJournal()

Source:

Constructs a new NotaryJournal.

Members

(inner) createdDate :String

Source:
Type:
  • String

(inner) documentName :String

Source:
Type:
  • String

(inner) jurisdiction :module:model/Jurisdiction

Source:

The notary's jurisdiction.

Type:

(inner) notaryJournalId :String

Source:
Type:
  • String

(inner) notaryJournalMetaData :module:model/NotaryJournalMetaData

Source:

Additional journal data such as the witness list and signature image.

Type:

(inner) signerName :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/NotaryJournal}

Source:

Constructs a NotaryJournal 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:model/NotaryJournal

Optional instance to populate.

Returns:

The populated NotaryJournal instance.

Type
module:model/NotaryJournal