creditcardpluginLogOrderOrderidHasrecordsGet method

Future<Response<bool>> creditcardpluginLogOrderOrderidHasrecordsGet({
  1. required String? orderId,
})

Returns a boolean if an order has credit card transaction log records. @param OrderId

Implementation

Future<chopper.Response<bool>> creditcardpluginLogOrderOrderidHasrecordsGet(
    {required String? orderId}) {
  return _creditcardpluginLogOrderOrderidHasrecordsGet(orderId: orderId);
}