creditcardpluginPreauthorizationBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> creditcardpluginPreauthorizationBrowsePost({
  1. required String? orderId,
  2. required FwStandardModelsBrowseRequest? body,
})

Browse credit card pre-authorization records. @param OrderId

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    creditcardpluginPreauthorizationBrowsePost({
  required String? orderId,
  required FwStandardModelsBrowseRequest? body,
}) {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _creditcardpluginPreauthorizationBrowsePost(
      orderId: orderId, body: body);
}