CustomerAddressLocationInformationUpdated
in package
Class CustomerAddressLocationInformationUpdated
Table of Contents
- $customerAddressId : CustomerAddressId
- $locationInformation : LocationInformation
- create() : CustomerAddressLocationInformationUpdated
- customerAddressId() : CustomerAddressId
- locationInformation() : LocationInformation
- __construct() : mixed
Properties
$customerAddressId
private
CustomerAddressId
$customerAddressId
$locationInformation
private
LocationInformation
$locationInformation
Methods
create()
public
static create(CustomerAddressId $customerAddressId, LocationInformation $locationInformation) : CustomerAddressLocationInformationUpdated
Parameters
- $customerAddressId : CustomerAddressId
- $locationInformation : LocationInformation
Return values
CustomerAddressLocationInformationUpdated —customerAddressId()
public
customerAddressId() : CustomerAddressId
Return values
CustomerAddressId —locationInformation()
public
locationInformation() : LocationInformation
Return values
LocationInformation —__construct()
private
__construct(CustomerAddressId $customerAddressId, LocationInformation $locationInformation) : mixed
Parameters
- $customerAddressId : CustomerAddressId
- $locationInformation : LocationInformation