ApiLocale

data class ApiLocale(name: String, code: String)

The definition of a locale supported by the Sensibill APIs

See also

Constructors

ApiLocale
Link copied to clipboard
fun ApiLocale(name: String, code: String)

Types

Companion
Link copied to clipboard
object Companion

Functions

toDto
Link copied to clipboard
fun toDto(): DocumentLocaleListItemDto

Properties

code
Link copied to clipboard
val code: String
name
Link copied to clipboard
val name: String