requestReporting method
B2C
Report an invoice/note to ZATCA/FATOORA Server
Implementation
Future<InvoiceReportingResponse?> requestReporting(
InvoiceRequest prop) async {
return _requestReporting(prop);
}
B2C
Report an invoice/note to ZATCA/FATOORA Server
Future<InvoiceReportingResponse?> requestReporting(
InvoiceRequest prop) async {
return _requestReporting(prop);
}