OBJECT
DOTBond
Department of Transportation conformance bond.
link GraphQL Schema definition
- type DOTBond {
- # The value of the DOT bond in whole US dollars
- # Used by: NHTSA
- String :
- # The surety bond tracking number.
- # Used by: NHTSA
- String :
- # The three-digit surety code assigned to the surety company that underwrites the
- # DOT conformance bond.
- # Used by: NHTSA
- String :
- # A code representing the valid DOT bond type.
- # Used by: NHTSA
- BondQualifier :
- }