Interface AddressBookServiceInterface

Interface AddressBookServiceInterface

Direct known implementers

AddressBookService

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