Interface CustomerAddressReaderInterface
Interface CustomerAddressReaderInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at Services/Core/Address/Interfaces/CustomerAddressReaderInterface.inc.php
Category: System
Located at Services/Core/Address/Interfaces/CustomerAddressReaderInterface.inc.php
Methods summary
public
findById( IdType $id )
: CustomerAddress|null
Method to find a customer address with a given ID if it exits else it will return null
public
findAddressesByCustomer( CustomerInterface $customer )
: array
Method to find customer addresses with a given customer Returns an array of all customer's addresses