AddressBookServiceInterface

Extends

Interface AddressBookServiceInterface

category

System

package

Customer

subpackage

Interfaces

Methods

Method to add a new address in the address book

createNewAddress(\AddressBlockInterface $addressBlock, \CustomerInterface $customer) : \CustomerAddressInterface

Arguments

$addressBlock

\AddressBlockInterface

$customer

\CustomerInterface

Response

\CustomerAddressInterface

Method to delete an address from the address book

deleteAddress(\CustomerAddressInterface $address) 

Arguments

Method to update an address in the address book

updateAddress(\AddressBlockInterface $addressBlock, \CustomerAddressInterface $address) : \CustomerAddressInterface