UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

18 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayItems = void 0; class PayItems { static getAttributeTypeMap() { return PayItems.attributeTypeMap; } } exports.PayItems = PayItems; PayItems.discriminator = undefined; PayItems.attributeTypeMap = [ { "name": "payItems", "baseName": "PayItems", "type": "PayItem" } ]; //# sourceMappingURL=payItems.js.map