wallee
Version:
TypeScript/JavaScript client for wallee
28 lines (27 loc) • 756 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DebtCollectionReceiptSource = void 0;
class DebtCollectionReceiptSource {
static getAttributeTypeMap() {
return DebtCollectionReceiptSource.attributeTypeMap;
}
}
exports.DebtCollectionReceiptSource = DebtCollectionReceiptSource;
DebtCollectionReceiptSource.discriminator = undefined;
DebtCollectionReceiptSource.attributeTypeMap = [
{
"name": "description",
"baseName": "description",
"type": "{ [key: string]: string; }"
},
{
"name": "id",
"baseName": "id",
"type": "number"
},
{
"name": "name",
"baseName": "name",
"type": "{ [key: string]: string; }"
}
];