UNPKG

boldsign

Version:

NodeJS client for boldsign

36 lines 900 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentSenderDetail = void 0; class DocumentSenderDetail { constructor() { this['isViewed'] = false; } static getAttributeTypeMap() { return DocumentSenderDetail.attributeTypeMap; } } exports.DocumentSenderDetail = DocumentSenderDetail; DocumentSenderDetail.discriminator = undefined; DocumentSenderDetail.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string" }, { "name": "privateMessage", "baseName": "privateMessage", "type": "string" }, { "name": "emailAddress", "baseName": "emailAddress", "type": "string" }, { "name": "isViewed", "baseName": "isViewed", "type": "boolean" } ]; //# sourceMappingURL=documentSenderDetail.js.map