@studyportals/sp-lord-business-interface
Advanced tools
Comparing version 0.0.1-75 to 0.0.1-76
{ | ||
"name": "@studyportals/sp-lord-business-interface", | ||
"version": "0.0.1-75", | ||
"version": "0.0.1-76", | ||
"description": "Typescript library containing resources that facilitate integration with Lord Business.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -7,3 +7,2 @@ import { SuccessFeeType } from "../"; | ||
constructor(successFeeType: SuccessFeeType, tuitionFee: boolean); | ||
hasTuitionFee(): boolean; | ||
} |
@@ -9,7 +9,4 @@ "use strict"; | ||
} | ||
hasTuitionFee() { | ||
return this.tuitionFee; | ||
} | ||
} | ||
exports.PresentationSuccessFee = PresentationSuccessFee; | ||
//# sourceMappingURL=PresentationSuccessFee.js.map |
Sorry, the diff of this file is not supported yet
67959
845