Exemple #1
0
 @Programmatic
 public List<Charge> chargesForCountry(final ApplicationTenancy countryOrLowerLevel) {
   final ApplicationTenancyLevel level = ApplicationTenancyLevel.of(countryOrLowerLevel);
   final String countryPath = level.getCountryPath();
   return chargesForCountry(countryPath);
 }