CustomersPersonalInformationUpdated
in package
Class CustomersPersonalInformationUpdated
Tags
Table of Contents
- $customerId : CustomerId
- $personalInformation : PersonalInformation
- create() : CustomersPersonalInformationUpdated
- customerId() : CustomerId
- personalInformation() : PersonalInformation
- __construct() : mixed
Properties
$customerId
private
CustomerId
$customerId
$personalInformation
private
PersonalInformation
$personalInformation
Methods
create()
public
static create(CustomerId $customerId, PersonalInformation $personalInformation) : CustomersPersonalInformationUpdated
Parameters
- $customerId : CustomerId
- $personalInformation : PersonalInformation
Return values
CustomersPersonalInformationUpdated —customerId()
public
customerId() : CustomerId
Return values
CustomerId —personalInformation()
public
personalInformation() : PersonalInformation
Return values
PersonalInformation —__construct()
private
__construct(CustomerId $customerId, PersonalInformation $personalInformation) : mixed
Parameters
- $customerId : CustomerId
- $personalInformation : PersonalInformation