UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

18 lines 434 B
"use strict"; 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