module:model/AccessCodeFormat

module:model/AccessCodeFormat

new module:model/AccessCodeFormat()

Source:

Constructs a new AccessCodeFormat.
Object specifying the format of the string provided to a recipient in order to access an envelope.

Members

(inner) formatRequired :String

Source:
Type:
  • String

(inner) formatRequiredMetadata :module:model/SettingsMetadata

Source:

Metadata indicating whether the formatRequired property is editable.

Type:

(inner) letterRequired :String

Source:
Type:
  • String

(inner) letterRequiredMetadata :module:model/SettingsMetadata

Source:

Metadata indicating whether the letterRequired property is editable.

Type:

(inner) minimumLength :String

Source:
Type:
  • String

(inner) minimumLengthMetadata :module:model/SettingsMetadata

Source:

Metadata indicating whether the minimumLength property is editable.

Type:

(inner) numberRequired :String

Source:
Type:
  • String

(inner) numberRequiredMetadata :module:model/SettingsMetadata

Source:

Metadata indicating whether the numberRequired property is editable.

Type:

(inner) specialCharacterRequired :String

Source:
Type:
  • String

(inner) specialCharacterRequiredMetadata :module:model/SettingsMetadata

Source:

Metadata indicating whether the specialCharacterRequired property is editable.

Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated AccessCodeFormat instance.

Type
module:model/AccessCodeFormat