UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

18 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Payments = void 0; class Payments { static getAttributeTypeMap() { return Payments.attributeTypeMap; } } exports.Payments = Payments; Payments.discriminator = undefined; Payments.attributeTypeMap = [ { "name": "payments", "baseName": "Payments", "type": "Array<Payment>" } ]; //# sourceMappingURL=payments.js.map