//room/dev.atick.storage.room.data/ExpenseDataSourceImpl/getNextPaymentDate
getNextPaymentDate
[androidJvm]\ open suspend override fun getNextPaymentDate(merchant: String): Long?
Retrieves the next payment date for a specific merchant.
Return
The next payment date in milliseconds since epoch, or null if not found.
Parameters
androidJvm
merchant | The name of the merchant. |