creditcardpluginPreauthorizationExportexcelxlsxPost method

Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>> creditcardpluginPreauthorizationExportexcelxlsxPost({
  1. required FwStandardModelsBrowseRequest? body,
})

Export credit card pre-authorization records to excel.

Implementation

Future<
        chopper.Response<
            FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult>>
    creditcardpluginPreauthorizationExportexcelxlsxPost(
        {required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(
      FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult,
      () =>
          FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult
              .fromJsonFactory);

  return _creditcardpluginPreauthorizationExportexcelxlsxPost(body: body);
}