boldsign
Version:
NodeJS client for boldsign
26 lines • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentCcDetails = void 0;
class DocumentCcDetails {
constructor() {
this['isViewed'] = false;
}
static getAttributeTypeMap() {
return DocumentCcDetails.attributeTypeMap;
}
}
exports.DocumentCcDetails = DocumentCcDetails;
DocumentCcDetails.discriminator = undefined;
DocumentCcDetails.attributeTypeMap = [
{
"name": "emailAddress",
"baseName": "emailAddress",
"type": "string"
},
{
"name": "isViewed",
"baseName": "isViewed",
"type": "boolean"
}
];
//# sourceMappingURL=documentCcDetails.js.map