.. rst-class:: phpdoctorst .. role:: php(code) :language: php Customs ======= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Customs .. rst-class:: phpdoc-description | Class Customs\. :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Certificate, $CertificateNr, $Content, $Currency, $HandleAsNonDeliverable, $Invoice, $InvoiceNr, $License, $LicenseNr, $ShipmentType, $TrustedShipperID, $TransactionCode, $TransactionDescription, $ImporterReferenceCode\)` Properties ---------- .. php:attr:: public defaultProperties :Type: string[][] .. php:attr:: protected static Certificate :Type: string | null .. php:attr:: protected static CertificateNr :Type: string | null .. php:attr:: protected static Content :Type: :any:`\\Firstred\\PostNL\\Entity\\Content\[\] ` | null .. php:attr:: protected static Currency :Type: string | null .. php:attr:: protected static HandleAsNonDeliverable :Type: string | null .. php:attr:: protected static Invoice :Type: string | null .. php:attr:: protected static InvoiceNr :Type: string | null .. php:attr:: protected static License :Type: string | null .. php:attr:: protected static LicenseNr :Type: string | null .. php:attr:: protected static ShipmentType :Type: string | null .. php:attr:: protected static TrustedShipperID :Type: string | null .. php:attr:: protected static TransactionCode :Type: string | null .. php:attr:: protected static TransactionDescription :Type: string | null .. php:attr:: protected static ImporterReferenceCode :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Certificate=null, $CertificateNr=null, $Content=null, $Currency=null, $HandleAsNonDeliverable=null, $Invoice=null, $InvoiceNr=null, $License=null, $LicenseNr=null, $ShipmentType=null, $TrustedShipperID=null, $TransactionCode=null, $TransactionDescription=null, $ImporterReferenceCode=null) :Parameters: * **$Certificate** (string | null) * **$CertificateNr** (string | null) * **$Content** (:any:`Firstred\\PostNL\\Entity\\Content\[\] ` | null) * **$Currency** (string | null) * **$HandleAsNonDeliverable** (string | null) * **$Invoice** (string | null) * **$InvoiceNr** (string | null) * **$License** (string | null) * **$LicenseNr** (string | null) * **$ShipmentType** (string | null) * **$TrustedShipperID** (string | null) * **$TransactionCode** (string | null) * **$TransactionDescription** (string | null) * **$ImporterReferenceCode** (string | null)