DocumentStepData

public struct DocumentStepData : Codable

Data collected during document steps of the inquiry flow

  • The name of the step in the inquiry template

    Declaration

    Swift

    public let name: String
  • An array of files the user submitted, files that fail to copy to the temp directory may be omitted.

    Declaration

    Swift

    public let files: [File]
  • A user submitted file during document step

    See more

    Declaration

    Swift

    public struct File : Codable