Creating data types
Create several data types to describe the data to handle with your API.
About this task
In this example, you need four data types:
- An Address data type that contains the applicant's address.
- A Personal data type that contains information specific to personal loans.
- A Business data type that contains information specific to business loans.
- An Application data type that contains all the information about a specific loan application.