CSDocumentosCopySDKResponse constructor

CSDocumentosCopySDKResponse({
  1. required CSDocsExitReasons exitReason,
  2. String? documentType,
  3. String? sessionId,
  4. String? errorDescription,
})

Implementation

CSDocumentosCopySDKResponse(
    {required this.exitReason,
    this.documentType,
    this.sessionId,
    this.errorDescription});