Files
Twain/docs/api/OverseasAutoProtectionApi/Application.md
2024-03-28 22:10:26 -05:00

22 lines
591 B
Markdown

# Application
An application.
```
{
"id": "(string)",
"status": "(InProgress|Submitted)",
"terms": { "hasReadInstructions": ... }
}
```
| field | type | description |
| --- | --- | --- |
| id | string | A unique identifier for the application. |
| status | [ApplicationStatus](ApplicationStatus.md) | The current status of this application. |
| terms | [ApplicationTerms](ApplicationTerms.md) | Terms the user must accept to start, continue an accept an application. |
Represents a user's application, whether in progress or submitted.
<!-- DO NOT EDIT: generated by fsdgenmd -->