CSDocumentosCopySDKResponse constructor
CSDocumentosCopySDKResponse({
- required CSDocsExitReasons exitReason,
- String? documentType,
- String? sessionId,
- String? errorDescription,
Implementation
CSDocumentosCopySDKResponse(
{required this.exitReason,
this.documentType,
this.sessionId,
this.errorDescription});