module:model/Stamp

module:model/Stamp

new module:model/Stamp()

Source:

Constructs a new Stamp.

Members

(inner) adoptedDateTime :String

Source:
Type:
  • String

(inner) createdDateTime :String

Source:

Indicates the date and time the item was created.

Type:
  • String

(inner) customField :String

Source:
Type:
  • String

(inner) dateStampProperties :module:model/DateStampProperties

Source:

Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - DateAreaX: The X axis position of the top-left corner. - DateAreaY: The Y axis position of the top-left corner. - DateAreaWidth: The width of the rectangle. - DateAreaHeight: The height of the rectangle.

Type:

(inner) disallowUserResizeStamp :String

Source:
Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) externalID :String

Source:
Type:
  • String

(inner) imageBase64 :String

Source:
Type:
  • String

(inner) imageType :String

Source:
Type:
  • String

(inner) lastModifiedDateTime :String

Source:

The date and time the item was last modified.

Type:
  • String

(inner) phoneticName :String

Source:
Type:
  • String

(inner) signatureName :String

Source:

Specifies the user signature name.

Type:
  • String

(inner) stampFormat :String

Source:
Type:
  • String

(inner) stampImageUri :String

Source:
Type:
  • String

(inner) stampSizeMM :String

Source:
Type:
  • String

(inner) status :String

Source:

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Type:
  • String

Methods

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

Source:

Constructs a Stamp 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/Stamp

Optional instance to populate.

Returns:

The populated Stamp instance.

Type
module:model/Stamp