phpDocumentor

CustomerStatusInformation
in package

Class CustomerStatusInformation

Tags
category

System

subpackage

Entities

Table of Contents

$isGuest  : bool
Is customer a guest?
$statusDiscount  : float
Status discount.
$statusId  : int
Customer status ID.
$statusImage  : string
Status image.
$statusName  : string
Status ID.
__construct()  : mixed
CustomerStatusInformation Constructor
getStatusDiscount()  : float
Returns status discount.
getStatusId()  : int
Returns the status ID.
getStatusImage()  : string
Returns the status image.
getStatusName()  : string
Returns the status name.
isGuest()  : bool
Checks if customer is a guest.

Properties

Methods

__construct()

CustomerStatusInformation Constructor

public __construct(IdType $statusId[, StringType|null $statusName = null ][, StringType|null $statusImage = null ][, DecimalType|null $statusDiscount = null ][, BoolType|null $isGuest = null ]) : mixed
Parameters
$statusId : IdType

Status ID.

$statusName : StringType|null = null

Status name.

$statusImage : StringType|null = null

Status image.

$statusDiscount : DecimalType|null = null

Status discount.

$isGuest : BoolType|null = null

Is customer a guest?

Return values
mixed

Search results