PassportInfo
public struct PassportInfo
This struct is used internally within the Persona SDK in order to facilitate communicate with the optional Nfc module. Do not use this struct in your own code.
-
init(photo:
passportNumber: dob: exp: firstName: lastName: gender: issuingAuthority: nationality: residenceAddress: dg1: dg2: sod: ) Undocumented
Declaration
Swift
public init( photo: UIImage, passportNumber: String, dob: String, exp: String, firstName: String, lastName: String, gender: String, issuingAuthority: String, nationality: String, residenceAddress: String, dg1: String, dg2: String, sod: String )