GovernmentIdStepData

public struct GovernmentIdStepData : Codable

Data collected during government id steps of the inquiry flow

  • The name of the step in the inquiry template

    Declaration

    Swift

    public let name: String
  • The type of id user selected

    Declaration

    Swift

    public let idClass: String
  • All files we captured for a given id class

    Declaration

    Swift

    public let files: [GovernmentIdFile]
  • A single file collected during a government id step

    See more

    Declaration

    Swift

    public struct GovernmentIdFile : Codable