PassportField

public struct PassportField : Codable

Field of document

  • Title of document textfield

    Declaration

    Swift

    public let title: String?
  • Value of document textfield

    Declaration

    Swift

    public let value: String?