wallee
Version:
TypeScript/JavaScript client for wallee
18 lines (17 loc) • 616 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AbstractTransactionInvoiceCommentActive = void 0;
class AbstractTransactionInvoiceCommentActive {
static getAttributeTypeMap() {
return AbstractTransactionInvoiceCommentActive.attributeTypeMap;
}
}
exports.AbstractTransactionInvoiceCommentActive = AbstractTransactionInvoiceCommentActive;
AbstractTransactionInvoiceCommentActive.discriminator = undefined;
AbstractTransactionInvoiceCommentActive.attributeTypeMap = [
{
"name": "content",
"baseName": "content",
"type": "string"
}
];