new module:model/OfflineAttributes()
- Source:
Constructs a new OfflineAttributes
.
Reserved for DocuSign use.
Members
(inner) accountEsignId :String
- Source:
A GUID identifying the account associated with the consumer disclosure
Type:
- String
(inner) deviceModel :String
- Source:
A string containing information about the model of the device used for offline signing.
Type:
- String
(inner) deviceName :String
- Source:
A string containing information about the type of device used for offline signing.
Type:
- String
(inner) gpsLatitude :String
- Source:
A string containing the latitude of the device location at the time of signing.
Type:
- String
(inner) gpsLongitude :String
- Source:
A string containing the longitude of the device location at the time of signing.
Type:
- String
(inner) offlineSigningHash :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/OfflineAttributes}
- Source:
Constructs a OfflineAttributes
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/OfflineAttributes | Optional instance to populate. |
Returns:
The populated OfflineAttributes
instance.