module:model/AccountNotification

module:model/AccountNotification

new module:model/AccountNotification()

Source:

Constructs a new AccountNotification.
A complex element that specifies notifications (expirations and reminders) for the envelope.

Members

(inner) expirations :module:model/Expirations

Source:

A complex element that specifies the expiration settings for the envelope.

Type:

(inner) reminders :module:model/Reminders

Source:

A complex element that specifies reminder settings for the envelope.

Type:

(inner) userOverrideEnabled :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated AccountNotification instance.

Type
module:model/AccountNotification