Interface CustomerAddressReaderInterface

Interface CustomerAddressReaderInterface

Direct known implementers

CustomerAddressReader

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