Index: iknow-api/Models/Payment.cs
===================================================================
--- iknow-api/Models/Payment.cs	(revision 5e22720514d34c5207a2255562b90edb4134d220)
+++ iknow-api/Models/Payment.cs	(revision 1b20b226a74790f84dc06dc488f4f761b510a3f2)
@@ -10,4 +10,5 @@
         public User? User { get; set; }
         public int EnrollmentInfoId { get; set; }
+        public int Amount { get; set; }
         public EnrolledSemesters? EnrolledSemesters { get; set; }
 
