ParsedDocument

data class ParsedDocument(val bolNumber: String?, val proNumber: String?, val carrierName: String?, val destination: ParsedDocument.Destination)

Constructors

Link copied to clipboard
constructor(bolNumber: String?, proNumber: String?, carrierName: String?, destination: ParsedDocument.Destination)

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