-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SupportedCountry enum documentation
- Loading branch information
Showing
4 changed files
with
138 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
--- | ||
title: SupportedCountry Enum | ||
--- | ||
|
||
Contains countries which are supported by the GoCardless API. | ||
|
||
## Fields | ||
|
||
### `Austria` | ||
|
||
The country of Austria. | ||
|
||
### `Belgium` | ||
|
||
The country of Belgium. | ||
|
||
### `Bulgaria` | ||
|
||
The country of Bulgaria. | ||
|
||
### `Croatia` | ||
|
||
The country of Croatia. | ||
|
||
### `Cyprus` | ||
|
||
The country of Cyprus. | ||
|
||
### `Czechia` | ||
|
||
The country of Czechia. | ||
|
||
### `Germany` | ||
|
||
The country of Germany. | ||
|
||
### `Denmark` | ||
|
||
The country of Denmark. | ||
|
||
### `Estonia` | ||
|
||
The country of Estonia. | ||
|
||
### `Spain` | ||
|
||
The country of Spain. | ||
|
||
### `Finland` | ||
|
||
The country of Finland. | ||
|
||
### `France` | ||
|
||
The country of France. | ||
|
||
### `UnitedKingdom` | ||
|
||
The country of the United Kingdom. | ||
|
||
### `Greece` | ||
|
||
The country of Greece. | ||
|
||
### `Hungary` | ||
|
||
The country of Hungary. | ||
|
||
### `Iceland` | ||
|
||
The country of Iceland. | ||
|
||
### `Ireland` | ||
|
||
The country of Ireland. | ||
|
||
### `Italy` | ||
|
||
The country of Italy. | ||
|
||
### `Latvia` | ||
|
||
The country of Latvia. | ||
|
||
### `Liechtenstein` | ||
|
||
The country of Liechtenstein. | ||
|
||
### `Lithuania` | ||
|
||
The country of Lithuania. | ||
|
||
### `Luxembourg` | ||
|
||
The country of Luxembourg. | ||
|
||
### `Malta` | ||
|
||
The country of Malta. | ||
|
||
### `Netherlands` | ||
|
||
The country of Netherlands. | ||
|
||
### `Norway` | ||
|
||
The country of Norway. | ||
|
||
### `Poland` | ||
|
||
The country of Poland. | ||
|
||
### `Portugal` | ||
|
||
The country of Portugal. | ||
|
||
### `Romania` | ||
|
||
The country of Romania. | ||
|
||
### `Sweden` | ||
|
||
The country of Sweden. | ||
|
||
### `Slovakia` | ||
|
||
The country of Slovakia. | ||
|
||
### `Slovenia` | ||
|
||
The country of Slovenia. |
This file contains 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
This file contains 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
This file contains 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