creditcardpluginDepositOrderOrderidHasdepositrecordsGet method

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

Returns a boolean used to toggle the View Deposits button on an Order. The value is true when there is data to see. @param OrderId Unique Identifier

Implementation

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