.. rst-class:: phpdoctorst .. role:: php(code) :language: php ResponseShipment ================ .. php:namespace:: Firstred\PostNL\Entity\Response .. php:class:: ResponseShipment .. rst-class:: phpdoc-description | Class ResponseShipment\. :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Barcode, $ProductCodeDelivery, $Labels, $DownPartnerBarcode, $DownPartnerID, $DownPartnerLocation, $Warnings, $CodingText\)` Properties ---------- .. php:attr:: public defaultProperties :Type: string[][] .. php:attr:: protected static Barcode :Type: string | null .. php:attr:: protected static DownPartnerBarcode :Type: string | null .. php:attr:: protected static DownPartnerID :Type: string | null .. php:attr:: protected static DownPartnerLocation :Type: string | null .. php:attr:: protected static Labels :Type: :any:`\\Firstred\\PostNL\\Entity\\Label\[\] ` | null .. php:attr:: protected static ProductCodeDelivery :Type: string | null .. php:attr:: protected static Warnings :Type: :any:`\\Firstred\\PostNL\\Entity\\Warning\[\] ` | null .. php:attr:: protected static CodingText :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __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** (:any:`Firstred\\PostNL\\Entity\\Label\[\] ` | null) * **$DownPartnerBarcode** (string | null) * **$DownPartnerID** (string | null) * **$DownPartnerLocation** (string | null) * **$Warnings** (:any:`Firstred\\PostNL\\Entity\\Warning\[\] ` | null) * **$CodingText** (string | null)