getRepaymentDue static method

String getRepaymentDue({
  1. required String baseUrlType,
  2. required String payId,
  3. String? query,
})

Implementation

static String getRepaymentDue({
  required String baseUrlType,
  required String payId,
  String? query,
}) =>
    "${Env.getBaseUrl()[baseUrlType]}/account/loan/$payId/repayments";