Hi guys, in this lesson we will create our model classes. You know that in previous lessons, we describe model classes in microservices, so the logic will be same on client site in Regis. To define a new model class, we can use constructors. To do it. First of all, let's create a new package. Under our main package.
Our package name will be model. Under model package, we will create user class. We will create it in lowercase. Later we will describe the user fields with constructors. Our other mother class will be transaction, we will create transaction class under mother package then we will describe transaction fields. Okay, that's all about my other classes.
Thank you