DocumentExtractedAddressModel

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.

Constructors

Link copied to clipboard
constructor(@Json(name = "line_1") lineOne: String?, @Json(name = "line_2") lineTwo: String?, @Json(name = "city") city: String?, @Json(name = "state") state: String?, @Json(name = "postal_code") postalCode: String?, @Json(name = "country") country: String?)

Properties

Link copied to clipboard
val city: String?

Address city

Link copied to clipboard

Address country

Link copied to clipboard

Address line One

Link copied to clipboard

Address line Two

Link copied to clipboard

Address postal code

Link copied to clipboard

Address state