UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

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