boldsign
Version:
NodeJS client for boldsign
43 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DownloadImageRequest = void 0;
class DownloadImageRequest {
static getAttributeTypeMap() {
return DownloadImageRequest.attributeTypeMap;
}
}
exports.DownloadImageRequest = DownloadImageRequest;
DownloadImageRequest.discriminator = undefined;
DownloadImageRequest.attributeTypeMap = [
{
"name": "emailId",
"baseName": "emailId",
"type": "string"
},
{
"name": "countryCode",
"baseName": "countryCode",
"type": "string"
},
{
"name": "phoneNumber",
"baseName": "phoneNumber",
"type": "string"
},
{
"name": "order",
"baseName": "order",
"type": "number"
},
{
"name": "fileId",
"baseName": "fileId",
"type": "string"
},
{
"name": "onBehalfOf",
"baseName": "onBehalfOf",
"type": "string"
}
];
//# sourceMappingURL=downloadImageRequest.js.map