toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Core
/
com.getsensibill.core.apimodule.folders.model
/
Folder
/
CurrencyTotal
Currency
Total
data
class
CurrencyTotal
(
val
amount
:
BigDecimal
,
val
count
:
Int
,
val
currencyCode
:
String
,
val
displayAmount
:
String
)
See also
Folder
List
Item
Totals
Dto
Members
Constructors
Currency
Total
Link copied to clipboard
constructor
(
amount
:
BigDecimal
,
count
:
Int
,
currencyCode
:
String
,
displayAmount
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
amount
Link copied to clipboard
val
amount
:
BigDecimal
count
Link copied to clipboard
val
count
:
Int
currency
Code
Link copied to clipboard
val
currencyCode
:
String
display
Amount
Link copied to clipboard
val
displayAmount
:
String