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