Enumeration Cases
Initializers
init(rawValue:)
Inherited fromRawRepresentable.init(rawValue:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum CheckoutLocale
| Case | Description |
|---|---|
deDE | - |
enUS | - |
esES | - |
frFR | - |
itIT | - |
jaJP | - |
koKR | - |
ptPT | - |
ruRU | - |
thTH | - |
trTR | - |
ukUA | - |
viVN | - |
zhCN | - |
zhTW | - |
RawRepresentable.init(rawValue:).
init?(rawValue: String)
Was this page helpful?
