CustomersGuestAccountStateUpdated
in package
Class CustomersGuestAccountStateUpdated
Tags
Table of Contents
- $customerId : CustomerId
- $guestAccountState : bool
- create() : CustomersGuestAccountStateUpdated
- customerId() : CustomerId
- guestAccountState() : bool
- __construct() : mixed
Properties
$customerId
private
CustomerId
$customerId
$guestAccountState
private
bool
$guestAccountState
Methods
create()
public
static create(CustomerId $customerId, bool $isGuestAccount) : CustomersGuestAccountStateUpdated
Parameters
- $customerId : CustomerId
- $isGuestAccount : bool
Return values
CustomersGuestAccountStateUpdated —customerId()
public
customerId() : CustomerId
Return values
CustomerId —guestAccountState()
public
guestAccountState() : bool
Return values
bool —__construct()
private
__construct(CustomerId $customerId, bool $isGuestAccount) : mixed
Parameters
- $customerId : CustomerId
- $isGuestAccount : bool