This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
StandardCountryZoneService¶
StandardCountryZoneService
is used as a helper to resolve settings based on a region or zone.
It uses simple configuration to determine the zone by given country.
It is used for example to select template debitors in StandardTemplateDebitorService
.
Configuration¶
Service ID: siso_core.country_zone.standard
Default zone configuration:
1 2 3 |
|
CountryZoneServiceInterface¶
Method | Description |
---|---|
getCountries() |
This method returns a list of countries for the given zone |
getZone() |
This method returns the zone for the given country |