xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 637 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": "pagination",
"baseName": "pagination",
"type": "Pagination"
},
{
"name": "problem",
"baseName": "problem",
"type": "Problem"
},
{
"name": "payRuns",
"baseName": "payRuns",
"type": "Array<PayRun>"
}
];
//# sourceMappingURL=payRuns.js.map