Interface AddressBookServiceInterface
Interface AddressBookServiceInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at Services/Core/Address/Interfaces/AddressBookServiceInterface.inc.php
Category: System
Located at Services/Core/Address/Interfaces/AddressBookServiceInterface.inc.php
Methods summary
public
createNewAddress( AddressBlockInterface $addressBlock, CustomerInterface $customer )
: CustomerAddressInterface
Method to add a new address in the address book
public
updateAddress( AddressBlockInterface $addressBlock, CustomerAddressInterface $address )
: CustomerAddressInterface
Method to update an address in the address book
public
deleteAddress( CustomerAddressInterface $address )
Method to delete an address from the address book