CurrentStatusResponseShipment
- class Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment
- Class CurrentStatusResponseShipment.
Summary
Methods
Properties
- public property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$defaultProperties
- Type:
string[][]
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Addresses
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Amounts
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Barcode
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$DeliveryDate
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Dimension
- Type:
\Firstred\PostNL\Entity\Dimension| null Dimension
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Expectation
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Groups
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$MainBarcode
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$ProductCode
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$ProductDescription
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$ProductOptions
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Reference
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$ShipmentAmount
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$ShipmentCounter
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Status
- Type:
- protected static property Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::$Warnings
- Type:
Methods
- public Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::__construct($Addresses=null, $Amounts=null, $Barcode=null, $DeliveryDate=null, $Dimension=null, $Expectation=null, $Groups=null, $ProductCode=null, $ProductOptions=null, $Reference=null, $Status=null, $Warnings=null, $MainBarcode=null, $ShipmentAmount=null, $ShipmentCounter=null, $ProductDescription=null)
- CurrentStatusResponseShipment constructor.
- Parameters:
$Addresses (
Firstred\PostNL\Entity\StatusAddress[]| null)$Amounts (
Firstred\PostNL\Entity\Amount[]| null)$Barcode (string | null)
$DeliveryDate (
DateTimeInterface| string | null)$Dimension (
Firstred\PostNL\Entity\Dimension| null)$Expectation (
Firstred\PostNL\Entity\Expectation| null)$Groups (
Firstred\PostNL\Entity\Group[]| null)$ProductCode (string | null)
$ProductOptions (
Firstred\PostNL\Entity\ProductOption[]| null)$Reference (string | null)
$Status (
Firstred\PostNL\Entity\Status| null)$Warnings (
Firstred\PostNL\Entity\Warning[]| null)$MainBarcode (string | null)
$ProductDescription (string | null)
- Throws:
- public Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::setDeliveryDate($deliveryDate=null)
- Parameters:
$deliveryDate (string |
\DateTimeInterface| null)
- Returns:
static
- Throws:
- Since:
1.2.0
- public static Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::jsonDeserialize($json)
- Parameters:
$json (
stdClass)
- Returns:
mixed |
\stdClass| null- Throws:
- Throws:
- Throws:
- Throws:
- Since:
1.2.0
- public Firstred\PostNL\Entity\Response\CurrentStatusResponseShipment::xmlSerialize($writer)
- Return a serializable array for the XMLWriter.
- Parameters:
$writer (
Sabre\Xml\Writer)
- Returns:
void