toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Core
/
com.getsensibill.core.apimodule.lookups.model
Package-level
declarations
Types
Types
Api
Currency
Link copied to clipboard
data
class
ApiCurrency
(
val
name
:
String
,
val
code
:
String
,
val
symbol
:
String
)
Api
Locale
Link copied to clipboard
data
class
ApiLocale
(
val
name
:
String
,
val
code
:
String
)
The definition of a locale supported by the Sensibill APIs
Categories
Response
Link copied to clipboard
data
class
CategoriesResponse
(
val
categories
:
List
<
DocumentCategory
>
)
Currencies
Response
Link copied to clipboard
data
class
CurrenciesResponse
(
val
currencies
:
List
<
ApiCurrency
>
)
Document
Category
Link copied to clipboard
data
class
DocumentCategory
(
val
code
:
String
,
val
name
:
String
,
val
iconUrl
:
URI
)
Locales
Response
Link copied to clipboard
data
class
LocalesResponse
(
val
locales
:
List
<
ApiLocale
>
)