xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
18 lines • 434 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PayRuns = void 0;
class PayRuns {
static getAttributeTypeMap() {
return PayRuns.attributeTypeMap;
}
}
exports.PayRuns = PayRuns;
PayRuns.discriminator = undefined;
PayRuns.attributeTypeMap = [
{
"name": "payRuns",
"baseName": "PayRuns",
"type": "Array<PayRun>"
}
];
//# sourceMappingURL=payRuns.js.map