CustomerAddressDeleterInterface

Extends

Interface CustomerAddressDeleterInterface

category

System

package

Customer

subpackage

Interfaces

Methods

Method to delete a customer address

delete(\CustomerAddressInterface $customerAddress) 

Arguments

$customerAddress

\CustomerAddressInterface

Method to delete a customer address with a given customer

deleteByCustomer(\CustomerInterface $customer) 

Arguments

$customer

\CustomerInterface