creditcardpluginPreauthorizationExportexcelxlsxPost method
Future<Response<FwCoreControllersFwDataControllerDoExportExcelXlsxExportFileAsyncResult> >
creditcardpluginPreauthorizationExportexcelxlsxPost({
- 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);
}