Class OrderStatusHistoryListItem

Class OrderStatusHistoryListItem

Methods summary

public __construct( IdType $orderStatusHistoryId, IdType $orderStatusId, DateTime $dateAdded, StringType $comment, BoolType $customerNotified, IdType $customerId = null )

OrderStatusHistoryListItem constructor.

public getOrderStatusHistoryId( void ) : integer

Returns the ID of the order status history item.

public getOrderStatusId( void ) : integer

Returns the ID of the order status.

public getDateAdded( void ) : DateTime

Returns the order status history item creation date time.

public getComment( void ) : string

Returns the comment of the order status history item.

public isCustomerNotified( void ) : boolean

Returns the value of customer notified flag.

public getCustomerId( void ) : integer

Returns the customer ID of the admin account.

Properties summary

protected $orderStatusHistoryId : integer

ID of the order status history item.

0
protected $orderStatusId : integer

ID of the order status.

0
protected $dateAdded : DateTime

Order status history item creation date time.


		
protected $comment : string

Optional comment of the order status history item.

''
protected $customerNotified : boolean

Customer notified flag.

false
protected $customerId : integer

Customer ID of the admin account.

0