ResponseShipment

class Firstred\PostNL\Entity\Response\ResponseShipment
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$Barcode
Type:

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$DownPartnerBarcode
Type:

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$DownPartnerID
Type:

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$DownPartnerLocation
Type:

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$Labels
Type:

\Firstred\PostNL\Entity\Label[] | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$ProductCodeDelivery
Type:

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$Warnings
Type:

\Firstred\PostNL\Entity\Warning[] | null

protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$CodingText
Type:

string | null

Methods

public Firstred\PostNL\Entity\Response\ResponseShipment::__construct($Barcode=null, $ProductCodeDelivery=null, $Labels=null, $DownPartnerBarcode=null, $DownPartnerID=null, $DownPartnerLocation=null, $Warnings=null, $CodingText=null)
Parameters:
  • $Barcode (string | null)

  • $ProductCodeDelivery (string | null)

  • $Labels (array | null)

  • $DownPartnerBarcode (string | null)

  • $DownPartnerID (string | null)

  • $DownPartnerLocation (string | null)

  • $Warnings (array | null)

public Firstred\PostNL\Entity\Response\ResponseShipment::getBarcode()
Returns:

string | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setBarcode($Barcode)
Parameters:
  • $Barcode (string | null)

Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::getDownPartnerBarcode()
Returns:

string | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setDownPartnerBarcode($DownPartnerBarcode)
Parameters:
  • $DownPartnerBarcode (string | null)

Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::getDownPartnerID()
Returns:

string | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setDownPartnerID($DownPartnerID)
Parameters:
  • $DownPartnerID (string | null)

Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::getDownPartnerLocation()
Returns:

string | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setDownPartnerLocation($DownPartnerLocation)
Parameters:
  • $DownPartnerLocation (string | null)

Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::getLabels()
Returns:

\Firstred\PostNL\Entity\Label[] | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setLabels($Labels)
Parameters:
Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::getProductCodeDelivery()
Returns:

string | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setProductCodeDelivery($ProductCodeDelivery)
Parameters:
  • $ProductCodeDelivery (string | null)

Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::getWarnings()
Returns:

\Firstred\PostNL\Entity\Warning[] | null

public Firstred\PostNL\Entity\Response\ResponseShipment::setWarnings($Warnings)
Parameters:
Returns:

static

public Firstred\PostNL\Entity\Response\ResponseShipment::setCodingText($CodingText)
Parameters:
  • $CodingText (string | null)

Returns:

static