CustomerStatusInformation

Class CustomerStatusInformation

category

System

package

Order

subpackage

Entities

Methods

CustomerStatusInformation Constructor

__construct(\IdType $statusId, \StringType|null $statusName = null, \StringType|null $statusImage = null, \DecimalType|null $statusDiscount = null, \BoolType|null $isGuest = null) 

Arguments

$statusId

\IdType

Status ID.

$statusName

\StringType|null

Status name.

$statusImage

\StringType|null

Status image.

$statusDiscount

\DecimalType|null

Status discount.

$isGuest

\BoolType|null

Is customer a guest?

Returns status discount.

getStatusDiscount() : float

Response

float

Status discount.

Returns the status ID.

getStatusId() : integer

Response

integer

Status ID.

Returns the status image.

getStatusImage() : string

Response

string

Status image.

Returns the status name.

getStatusName() : string

Response

string

Status name.

Checks if customer is a guest.

isGuest() : boolean

Response

boolean

Is customer a guest?

Properties

Customer status ID.

statusId : integer
var

Type(s)

integer

Status ID.

statusName : string
var

Type(s)

string

Status image.

statusImage : string
var

Type(s)

string

Status discount.

statusDiscount : double
var

Type(s)

double

Is customer a guest?

isGuest : boolean
var

Type(s)

boolean