ResponseShipment
- class Firstred\PostNL\Entity\Response\ResponseShipment
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:
- protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$ProductCodeDelivery
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseShipment::$Warnings
- Type:
- 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:
- public Firstred\PostNL\Entity\Response\ResponseShipment::setLabels($Labels)
- Parameters:
$Labels (
Firstred\PostNL\Entity\Label[]| null)
- 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:
- public Firstred\PostNL\Entity\Response\ResponseShipment::setWarnings($Warnings)
- Parameters:
$Warnings (
Firstred\PostNL\Entity\Warning[]| null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseShipment::setCodingText($CodingText)
- Parameters:
$CodingText (string | null)
- Returns:
static