xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
23 lines • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContactResponse = void 0;
class ContactResponse {
static getAttributeTypeMap() {
return ContactResponse.attributeTypeMap;
}
}
exports.ContactResponse = ContactResponse;
ContactResponse.discriminator = undefined;
ContactResponse.attributeTypeMap = [
{
"name": "contactId",
"baseName": "contactId",
"type": "string"
},
{
"name": "contactName",
"baseName": "contactName",
"type": "string"
}
];
//# sourceMappingURL=contactResponse.js.map