RequestDocumentRequirement

  • documentType
    Type: object · RequestDocumentType
    • description
      Type: string | null
    • type
      Type: string | null
  • entity
    Type: string | null
  • requirementId
    Type: string | null
Examples
{
  "requirementId": "a6f0c1d2-5b3e-4a77-9c21-0e8b6f4d1a90",
  "entity": "Ms Jane Marie Citizen",
  "documentType": {
    "type": "BrokerSponsorshipTransferForm",
    "description": "Signed broker to broker transfer form"
  }
}