findByCustomerIdAndStatus(long, Integer) method

Find invoices by customerID and optional status.

Syntax

List< Invoice > findByCustomerIdAndStatus ( long customerId , Integer status )

Parameters