FolderListItemTotalsDto
data class FolderListItemTotalsDto(amount: BigDecimal, count: Int, currencyCode: String, displayAmount: String)
Content copied to clipboard
Parameters
amount
The total amount of all receipts in the folder matching the currency code.
count
The count of all reeipts in the folder matching the currency code. Must be a valid currency code as returned by our /lookups/currencies endpoint
currencyCode
The currency code associated with the total amount of the receipts in the folder matching this currency. It will be a valid currency code as returned by our /lookups/currencies endpoint
displayAmount
The total amount of all receipts in the folder matching the currency code formatted based on the specified locale, or if not specified the locale of the user.
Constructors
FolderListItemTotalsDto
Link copied to clipboard
fun FolderListItemTotalsDto(amount: BigDecimal, count: Int, currencyCode: String, displayAmount: String)
Content copied to clipboard
The total amount of all receipts in the folder matching the currency code.
Properties
amount
Link copied to clipboard
currencyCode
Link copied to clipboard
displayAmount
Link copied to clipboard