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