DocumentExtractedAddressModel

constructor(line1: String?, line2: String?, postalCode: String?, city: String?, state: String?, countryString: String?, country: CountryModel? = countryString?.getEnum<CountryModel>())