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