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