getRepaymentList static method
Implementation
static String getRepaymentList({
required String baseUrlType,
required String profileId,
String? query,
}) =>
"${Env.getBaseUrl()[baseUrlType]}/account/payment/v2/loans?userId=$profileId";
static String getRepaymentList({
required String baseUrlType,
required String profileId,
String? query,
}) =>
"${Env.getBaseUrl()[baseUrlType]}/account/payment/v2/loans?userId=$profileId";