xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CISOrgSetting = void 0;
class CISOrgSetting {
static getAttributeTypeMap() {
return CISOrgSetting.attributeTypeMap;
}
}
exports.CISOrgSetting = CISOrgSetting;
CISOrgSetting.discriminator = undefined;
CISOrgSetting.attributeTypeMap = [
{
"name": "cISContractorEnabled",
"baseName": "CISContractorEnabled",
"type": "boolean"
},
{
"name": "cISSubContractorEnabled",
"baseName": "CISSubContractorEnabled",
"type": "boolean"
},
{
"name": "rate",
"baseName": "Rate",
"type": "number"
}
];
//# sourceMappingURL=cISOrgSetting.js.map