getInvoices method
Implementation
Future<Map> getInvoices(
String token,
String? customerId,
String? fromCreatedAt,
String? pageNumber,
String? pageSize,
String? status,
String? subscriptionId,
String? toCreatedAt) {
throw UnimplementedError("Get invoices has not been implemented");
}