xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
18 lines • 593 B
JavaScript
;
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