@studyportals/sp-lord-business-interface
Advanced tools
Comparing version 0.0.1-93 to 0.0.1-94
{ | ||
"name": "@studyportals/sp-lord-business-interface", | ||
"version": "0.0.1-93", | ||
"version": "0.0.1-94", | ||
"description": "Typescript library containing resources that facilitate integration with Lord Business.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -6,3 +6,3 @@ import { ProgrammeLevel } from "../"; | ||
studentNationalityIsoCode: string | null | undefined; | ||
tuitionFee: number | undefined; | ||
tuitionFee: number | null | undefined; | ||
tuitionFeeCurrencyIso: string | null | undefined; | ||
@@ -14,4 +14,4 @@ programmeName: string | undefined; | ||
intakeMonth: number | null | undefined; | ||
intakeYear: number | undefined; | ||
intakeYear: number | null | undefined; | ||
protected toJSON(): object; | ||
} |
84073