SaleProductShipmentTrackingStatusHistory
in package
Tags
Table of Contents
Properties
- $carrier : string
- $carrierRecordedAt : DateTime|null
- $id : int
- $recordedAt : DateTime
- $saleProductShipmentTracking : SaleProductShipmentTracking
- $status : string
- $trackingReference : string|null
Methods
- __construct() : mixed
- getCarrier() : string
- getCarrierRecordedAt() : DateTime|null
- getId() : int
- getRecordedAt() : DateTime
- getSaleProductShipmentTracking() : SaleProductShipmentTracking
- getStatus() : string
- getTrackingReference() : string|null
- setCarrier() : self
- setCarrierRecordedAt() : self
- setRecordedAt() : self
- setSaleProductShipmentTracking() : self
- setStatus() : self
- setTrackingReference() : self
Properties
$carrier
private
string
$carrier
Tags
$carrierRecordedAt
private
DateTime|null
$carrierRecordedAt
Tags
$id
private
int
$id
Tags
$recordedAt
private
DateTime
$recordedAt
Tags
$saleProductShipmentTracking
private
SaleProductShipmentTracking
$saleProductShipmentTracking
Tags
$status
private
string
$status
Tags
$trackingReference
private
string|null
$trackingReference
Tags
Methods
__construct()
public
__construct() : mixed
getCarrier()
public
getCarrier() : string
Return values
stringgetCarrierRecordedAt()
public
getCarrierRecordedAt() : DateTime|null
Return values
DateTime|nullgetId()
public
getId() : int
Return values
intgetRecordedAt()
public
getRecordedAt() : DateTime
Return values
DateTimegetSaleProductShipmentTracking()
public
getSaleProductShipmentTracking() : SaleProductShipmentTracking
Return values
SaleProductShipmentTrackinggetStatus()
public
getStatus() : string
Return values
stringgetTrackingReference()
public
getTrackingReference() : string|null
Return values
string|nullsetCarrier()
public
setCarrier(string $carrier) : self
Parameters
- $carrier : string
Return values
selfsetCarrierRecordedAt()
public
setCarrierRecordedAt(DateTime|null $carrierRecordedAt) : self
Parameters
- $carrierRecordedAt : DateTime|null
Return values
selfsetRecordedAt()
public
setRecordedAt(DateTime $recordedAt) : self
Parameters
- $recordedAt : DateTime
Return values
selfsetSaleProductShipmentTracking()
public
setSaleProductShipmentTracking(SaleProductShipmentTracking $saleProductShipmentTracking) : self
Parameters
- $saleProductShipmentTracking : SaleProductShipmentTracking
Return values
selfsetStatus()
public
setStatus(string $status) : self
Parameters
- $status : string
Return values
selfsetTrackingReference()
public
setTrackingReference(string|null $trackingReference) : self
Parameters
- $trackingReference : string|null