InvoiceClearanceResponse constructor
InvoiceClearanceResponse({
- ValidationResults? validationResults,
- ClearanceData? clearanceData,
- String? clearanceStatus,
- ServerErrorResponse? serverErrorResponse,
- UnauthorizedResponse? unauthorizedResponse,
- String? clearedInvoice,
- String? base64EncodedQrCode,
- String? fileName,
- required InvoiceClearanceResponseStatus status,
- required int statusCode,
Constructs an InvoiceClearanceResponse instance.
Implementation
InvoiceClearanceResponse({
this.validationResults,
this.clearanceData,
this.clearanceStatus,
this.serverErrorResponse,
this.unauthorizedResponse,
this.clearedInvoice,
this.base64EncodedQrCode,
this.fileName,
required this.status,
required this.statusCode,
});