wallee
Version:
TypeScript/JavaScript client for wallee
29 lines (28 loc) • 945 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DebtCollectionCaseCreate = void 0;
const AbstractDebtCollectionCaseUpdate_1 = require("./AbstractDebtCollectionCaseUpdate");
class DebtCollectionCaseCreate extends AbstractDebtCollectionCaseUpdate_1.AbstractDebtCollectionCaseUpdate {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(DebtCollectionCaseCreate.attributeTypeMap);
}
}
exports.DebtCollectionCaseCreate = DebtCollectionCaseCreate;
DebtCollectionCaseCreate.discriminator = undefined;
DebtCollectionCaseCreate.attributeTypeMap = [
{
"name": "collectorConfiguration",
"baseName": "collectorConfiguration",
"type": "number"
},
{
"name": "externalId",
"baseName": "externalId",
"type": "string"
},
{
"name": "reference",
"baseName": "reference",
"type": "string"
}
];