License Type
object
(License)
License Properties
Property | Type | Required | Nullable |
---|---|---|---|
license_number | string | Optional | can be null |
license_issuing_state | string | Optional | can be null |
license_status | string | Optional | can be null |
driver_status | string | Optional | can be null |
Sample JSON
{
"license_number": "6040690",
"license_issuing_state": "Rhode Island",
"license_status": "Active",
"driver_status": "Active"
}