47484950515253545556
} public String get(String id) { // Get the account report for the specified customer ID AccountReport accreport = accountService.getAccountReport(id); String report = accreport.getCurrency(); return report; }