creditcardpluginLogOrderOrderidHasrecordsGet method
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);
}