PeriodsOfAccountResponse
Properties
| Name | Type | Description |
|---|---|---|
| submittedOn | string | |
| hasPeriodsOfAccount | boolean | |
| periods | array of PeriodOfAccount |
JSON Example
{
"submittedOn": "2024-01-01T00:00:00Z",
"hasPeriodsOfAccount": false,
"periods": [
{
"startDate": "...",
"endDate": "..."
}
]
}