CustomerAddressDeleterInterface
in
Interface CustomerAddressDeleterInterface
Tags
Table of Contents
- delete() : mixed
- Method to delete a customer address
- deleteByCustomer() : mixed
- Method to delete a customer address with a given customer
Methods
delete()
Method to delete a customer address
public
delete(CustomerAddressInterface $customerAddress) : mixed
Parameters
- $customerAddress : CustomerAddressInterface
Return values
mixed —deleteByCustomer()
Method to delete a customer address with a given customer
public
deleteByCustomer(CustomerInterface $customer) : mixed
Parameters
- $customer : CustomerInterface