Add a new expected incoming payment (not yet received).
Get information about the incoming payment (paid or not) for the given payment hash, if any.
List all expired (not paid) incoming payments in the given time range (milli-seconds).
List all incoming payments (pending, expired and succeeded) in the given time range (milli-seconds).
List all pending (not paid, not expired) incoming payments in the given time range (milli-seconds).
List all received (paid) incoming payments in the given time range (milli-seconds).
Mark an incoming payment as received (paid).
Mark an incoming payment as received (paid). The received amount may exceed the payment request amount. Note that this function assumes that there is a matching payment request in the DB.
(Since version ) see corresponding Javadoc for more information.