ParsedDocument

data class ParsedDocument(val jobId: String, val shipmentId: String, val shipmentScanId: String, val bolNumber: String?, val proNumber: String?, val carrierName: String?, val destination: ParsedDocument.Destination?, val totalWeight: Float?, val totalHandlingPieces: Float?)

Constructors

Link copied to clipboard
constructor(jobId: String, shipmentId: String, shipmentScanId: String, bolNumber: String?, proNumber: String?, carrierName: String?, destination: ParsedDocument.Destination?, totalWeight: Float?, totalHandlingPieces: Float?)

Types

Link copied to clipboard
data class Destination(val city: String = "", val country: String = "", val companyName: String = "", val contactEmail: String = "", val contactFirstName: String = "", val contactLastName: String = "", val contactPhone: String = "", val state: String = "", val streetLine1: String = "", val streetLine2: String = "", val zipCode: String = "", val locationType: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard