getInvoiceList static method

String getInvoiceList({
  1. required String baseUrlType,
  2. required String profileId,
  3. String? query,
})

Implementation

static String getInvoiceList({
  required String baseUrlType,
  required String profileId,
  String? query,
}) =>
    "${Env.getBaseUrl()[baseUrlType]}/account/invoices?userId=$profileId";