phpDocumentor

CustomerAddressWriteService implements CustomerAddressWriteService

Class CustomerAddressWriteService

Interfaces, Classes and Traits

CustomerAddressWriteService
Interface CustomerAddressWriteService

Table of Contents

$mapper  : CustomerAddressMapper
$repository  : CustomerAddressRepository
__construct()  : mixed
createCustomerAddress()  : CustomerAddressId
Creates a new customer address and returns its ID.
createCustomerAddresses()  : CustomerAddressIds
Creates multiple new customer address and returns its ID.
deleteCustomerAddress()  : void
storeCustomerAddresses()  : void
Stores multiple customer addresses.

Properties

Methods

deleteCustomerAddress()

public deleteCustomerAddress(int $addressId) : void
Parameters
$addressId : int
Tags
inheritDoc
Return values
void

Search results