PrintControl

data class PrintControl(outputType: EfaPsResponse.PrintControl.OutputType, psFileName: String?, itdDownload: EfaDownload?)

Types

OutputType
Link copied to clipboard
enum OutputType : Enum<EfaPsResponse.PrintControl.OutputType>

Properties

itdDownload
Link copied to clipboard
val itdDownload: EfaDownload?
outputType
Link copied to clipboard
val outputType: EfaPsResponse.PrintControl.OutputType
psFileName
Link copied to clipboard
val psFileName: String?