EfaPsResponse

class EfaPsResponse(origin: EfaPointVerification, destination: EfaPointVerification, via: EfaPointVerification?, printControl: EfaPsResponse.PrintControl) : EfaResponse

Types

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

Properties

destination
Link copied to clipboard
val destination: EfaPointVerification
origin
Link copied to clipboard
val origin: EfaPointVerification
parameters
Link copied to clipboard
val parameters: Map<EfaResponse.Parameter, String>

The generic request and server parameters of this response

printControl
Link copied to clipboard
val printControl: EfaPsResponse.PrintControl
via
Link copied to clipboard
val via: EfaPointVerification?