fetchAccountBill static method

String fetchAccountBill({
  1. required String userId,
  2. required String accId,
  3. required String baseUrlType,
})

Implementation

static String fetchAccountBill({
  required String userId,
  required String accId,
  required String baseUrlType,
}) =>
    "${Env.getBaseUrl()[baseUrlType]}/bbps/user/$userId/account/$accId/bill";