findCustomer(Address, Identification, boolean, Long, String, Integer, int, String) method

Finds Customers without caring about hierarchy Note that only a few fields of address and identification are considered in the search.

Syntax

List< Customer > findCustomer ( Address address , Identification identification , boolean anyIdOrgUnit , Long blacklistReason , String displayName , Integer customerType , int maxRecords , String orgUnit )

Parameters