UNPKG

boldsign

Version:

NodeJS client for boldsign

33 lines 792 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtendExpiry = void 0; class ExtendExpiry { static getAttributeTypeMap() { return ExtendExpiry.attributeTypeMap; } } exports.ExtendExpiry = ExtendExpiry; ExtendExpiry.discriminator = undefined; ExtendExpiry.attributeTypeMap = [ { "name": "newExpiryValue", "baseName": "newExpiryValue", "type": "string" }, { "name": "newExpiryDate", "baseName": "newExpiryDate", "type": "string" }, { "name": "warnPrior", "baseName": "warnPrior", "type": "boolean" }, { "name": "onBehalfOf", "baseName": "onBehalfOf", "type": "string" } ]; //# sourceMappingURL=extendExpiry.js.map