-
-
Save kwmiebach/0bb21561c1785c822038f3a50238e6ba to your computer and use it in GitHub Desktop.
European ISO country codes for DHL (except germany)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Diese Liste enthaelt laender doppelt mit teils abeichenden ISO Codes | |
| EU_AUSLAND_CODES_DHL = [ | |
| "AT", | |
| "BE", | |
| "BG", | |
| "CY", | |
| "CZ", | |
| "DK", | |
| "EE", | |
| "ES", | |
| "FI", | |
| "FR", | |
| "GB", | |
| "UK", | |
| "GR", | |
| "EL", | |
| "HR", | |
| "HU", | |
| "IE", | |
| "IT", | |
| "LT", | |
| "LU", | |
| "LV", | |
| "MT", | |
| "NL", | |
| "PL", | |
| "PT", | |
| "PT", | |
| "RO", | |
| "SE", | |
| "SI", | |
| "SK", | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment