LanguageVersion
(OBJECT)
Language version
link GraphQL Schema definition
- type LanguageVersion {
- # internal ID
- ID! :
- # 2-letter ISO code (country code)
- String! :
- # country name
- String! :
- # default currency used for this language version / country
- Currency :
- # Time zone
- String :
- # Time format
- String :
- # Date format
- String :
- # is visible on eshop
- Boolean! :
- # 2-letter ISO code of language of system components
- # as supported by BizWebs platform
- String! :
- # company assigned to invoice orders from this language version
- InvoicingCompany :
- }