.. rst-class:: phpdoctorst .. role:: php(code) :language: php Content ======= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Content .. rst-class:: phpdoc-description | Class Content\. :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($CountryOfOrigin, $Description, $HSTariffNr, $Quantity, $Value, $Weight, $Content\)` Properties ---------- .. php:attr:: public defaultProperties :Type: string[][] .. php:attr:: protected static CountryOfOrigin :Type: string | null .. php:attr:: protected static Description :Type: string | null .. php:attr:: protected static HSTariffNr :Type: string | null .. php:attr:: protected static Quantity :Type: string | null .. php:attr:: protected static Value :Type: string | null .. php:attr:: protected static Weight :Type: string | null .. php:attr:: protected static Content :Type: :any:`\\Firstred\\PostNL\\Entity\\Content\[\] ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $CountryOfOrigin=null, $Description=null, $HSTariffNr=null, $Quantity=null, $Value=null, $Weight=null, $Content=null) :Parameters: * **$CountryOfOrigin** (string | null) * **$Description** (string | null) * **$HSTariffNr** (string | null) * **$Quantity** (string | null) * **$Value** (string | null) * **$Weight** (string | null) * **$Content** (:any:`Firstred\\PostNL\\Entity\\Content\[\] ` | null)