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