PassportData
public struct PassportData : Codable
Passport (or another document) data representation
-
Title of document data textfiled
Declaration
Swift
public let title: String -
Value of document data textfiled
Declaration
Swift
public let value: String -
Initialize document data representation
Declaration
Swift
public init(title: String, value: String)Parameters
titleTitle of document data textfiled
valueValue of document data textfiled
PassportData Structure Reference