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
  • amount: String
  • # The surety bond tracking number.
  • # Used by: NHTSA
  • serialNumber: String
  • # The three-digit surety code assigned to the surety company that underwrites the
  • # DOT conformance bond.
  • # Used by: NHTSA
  • suretyCode: String
  • # A code representing the valid DOT bond type.
  • # Used by: NHTSA
  • qualifier: BondQualifier
  • }