ParsedAddress
public struct ParsedAddress : Codable
Child structure of CustomerEnrollDataResponse
, CustomerDataValidateIdResponse
, CustomerValidateIdFacematchDataResponse
.
-
This field is parsed from the address
Declaration
Swift
public var streetNumber: String?
-
This field is parsed from the address
Declaration
Swift
public var streetName: String?
-
This field is parsed from the address
Declaration
Swift
public var unit: String?
-
This field is parsed from the address
Declaration
Swift
public var municipality: String?
-
This field is parsed from the address
Declaration
Swift
public var province: String?
-
This field is parsed from the address
Declaration
Swift
public var postalCode: String?
-
This field is parsed from the address
Declaration
Swift
public var orientation: String?