//room/dev.atick.storage.room.dao/ExpenseDao/getNextPaymentDate
getNextPaymentDate
[androidJvm]\ abstract suspend fun getNextPaymentDate(merchant: String): Long?
Get the next payment date for the given merchant.
Return
A Flow of Long representing the next payment date for the given merchant.
Parameters
androidJvm
merchant | The merchant for which the next payment date is to be retrieved. |