This findCustomer method not onyl returns customer, but also a list of their identifications.
Syntax
Map< Customer, List< Identification > >
findCustomerIncludeIdentifications
(
Address
address
,
Identification
identification
,
boolean
anyIdOrgUnit
,
Long
blacklistReason
,
String
displayName
,
Integer
customerType
,
int
maxRecords
,
String
orgUnit
)
Usage
The parameters are identical to the currently most elaborate findCustomer method
see
findCustomer(Address, Identification, boolean, Long, String, Integer, int, String)