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