UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

28 lines 665 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": "pagination", "baseName": "pagination", "type": "Pagination" }, { "name": "warnings", "baseName": "Warnings", "type": "Array<ValidationError>" }, { "name": "payments", "baseName": "Payments", "type": "Array<Payment>" } ]; //# sourceMappingURL=payments.js.map