cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
11 lines (10 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FeeCollectionConfig = void 0;
/**
* Fee Collection Configuration Schema
* Defines collection mode and installment structure for fee structures
*/
class FeeCollectionConfig {
}
exports.FeeCollectionConfig = FeeCollectionConfig;