xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Prepayments = void 0;
class Prepayments {
static getAttributeTypeMap() {
return Prepayments.attributeTypeMap;
}
}
exports.Prepayments = Prepayments;
Prepayments.discriminator = undefined;
Prepayments.attributeTypeMap = [
{
"name": "pagination",
"baseName": "pagination",
"type": "Pagination"
},
{
"name": "warnings",
"baseName": "Warnings",
"type": "Array<ValidationError>"
},
{
"name": "prepayments",
"baseName": "Prepayments",
"type": "Array<Prepayment>"
}
];
//# sourceMappingURL=prepayments.js.map