creditcardpluginPreauthorizationOrderOrderidTotalpreauthorizationamountGet method
Future<Response<num> >
creditcardpluginPreauthorizationOrderOrderidTotalpreauthorizationamountGet({
- required String? orderId,
Get total of all credit card pre-authorization records for an order where status is APPROVED. @param OrderId
Implementation
Future<chopper.Response<num>>
creditcardpluginPreauthorizationOrderOrderidTotalpreauthorizationamountGet(
{required String? orderId}) {
return _creditcardpluginPreauthorizationOrderOrderidTotalpreauthorizationamountGet(
orderId: orderId);
}