creditcardpluginLogExportexcelxlsxPost method

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

Return credit card transaction log as an excel spreadsheet.

Implementation

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

  return _creditcardpluginLogExportexcelxlsxPost(body: body);
}