Document Extracted Address Model
data class DocumentExtractedAddressModel(@Json(name = "line_1" ) val lineOne: String?, @Json(name = "line_2" ) val lineTwo: String?, @Json(name = "city" ) val city: String?, @Json(name = "state" ) val state: String?, @Json(name = "postal_code" ) val postalCode: String?, @Json(name = "country" ) val country: String?)
Document extracted address via OCR.