Sensibill Android SDK
androidJvm
Sensibill Core
/
com.getsensibill.core.apimodule.lookups.model
/
ApiCurrency
Api
Currency
data
class
ApiCurrency
(
val
name
:
String
,
val
code
:
String
,
val
symbol
:
String
)
See also
Document
Currency
List
Item
Dto
Members
Constructors
Api
Currency
Link copied to clipboard
constructor
(
name
:
String
,
code
:
String
,
symbol
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
String
name
Link copied to clipboard
val
name
:
String
symbol
Link copied to clipboard
val
symbol
:
String
Functions
to
Dto
Link copied to clipboard
fun
toDto
(
)
:
DocumentCurrencyListItemDto