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

    title

    Title of document data textfiled

    value

    Value of document data textfiled