API Docs / Schemas / PeriodsOfAccountResponse

PeriodsOfAccountResponse

Properties

Name Type Description
submittedOnstring
hasPeriodsOfAccountboolean
periodsarray of PeriodOfAccount

JSON Example

{
  "submittedOn": "2024-01-01T00:00:00Z",
  "hasPeriodsOfAccount": false,
  "periods": [
    {
      "startDate": "...",
      "endDate": "..."
    }
  ]
}

Contained in Schemas