creditcardpluginPreauthorizationBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
creditcardpluginPreauthorizationBrowsePost({
- required String? orderId,
- 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);
}