Sensibill Core
/
com.getsensibill.core.apimodule.lookups.model
/
ApiLocale
Api
Locale
data class
ApiLocale
(name:
String
, code:
String
)
Content copied to clipboard
The definition of a locale supported by the Sensibill APIs
Types
Constructors
Functions
Properties
See also
See also
com.getsensibill.rest.generated.v2.model.DocumentLocaleListItemDto
Constructors
ApiLocale
Link copied to clipboard
fun
ApiLocale
(name:
String
, code:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
toDto
Link copied to clipboard
fun
toDto
():
DocumentLocaleListItemDto
Content copied to clipboard
Properties
code
Link copied to clipboard
val
code
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard