boldsign
Version:
NodeJS client for boldsign
38 lines • 957 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VerificationDataRequest = void 0;
class VerificationDataRequest {
static getAttributeTypeMap() {
return VerificationDataRequest.attributeTypeMap;
}
}
exports.VerificationDataRequest = VerificationDataRequest;
VerificationDataRequest.discriminator = undefined;
VerificationDataRequest.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": "onBehalfOf",
"baseName": "onBehalfOf",
"type": "string"
}
];
//# sourceMappingURL=verificationDataRequest.js.map