Interface CustomerAddressRepositoryInterface
category |
System |
---|---|
package |
Customer |
subpackage |
Interfaces |
deleteCustomerAddress(\CustomerAddressInterface $address)
deleteCustomerAddressesByCustomer(\CustomerInterface $customer)
findById(\IdType $addressBookId) : \CustomerAddress|null
getById(\IdType $addressBookId) : \CustomerAddress
getCustomerAddresses(\CustomerInterface $customer) : array
store(\CustomerAddressInterface $address) : \CustomerAddressInterface