.. rst-class:: phpdoctorst .. role:: php(code) :language: php Customs ======= .. php:namespace:: Firstred\PostNL\Entity .. php: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\)` * :php:meth:`public getCertificate\(\)` * :php:meth:`public setCertificate\($Certificate\)` * :php:meth:`public getCertificateNr\(\)` * :php:meth:`public setCertificateNr\($CertificateNr\)` * :php:meth:`public getContent\(\)` * :php:meth:`public setContent\($Content\)` * :php:meth:`public getCurrency\(\)` * :php:meth:`public setCurrency\($Currency\)` * :php:meth:`public getHandleAsNonDeliverable\(\)` * :php:meth:`public setHandleAsNonDeliverable\($HandleAsNonDeliverable\)` * :php:meth:`public getInvoice\(\)` * :php:meth:`public setInvoice\($Invoice\)` * :php:meth:`public getInvoiceNr\(\)` * :php:meth:`public setInvoiceNr\($InvoiceNr\)` * :php:meth:`public getLicense\(\)` * :php:meth:`public setLicense\($License\)` * :php:meth:`public getLicenseNr\(\)` * :php:meth:`public setLicenseNr\($LicenseNr\)` * :php:meth:`public getShipmentType\(\)` * :php:meth:`public setShipmentType\($ShipmentType\)` * :php:meth:`public getTrustedShipperID\(\)` * :php:meth:`public setTrustedShipperID\($TrustedShipperID\)` * :php:meth:`public getTransactionCode\(\)` * :php:meth:`public setTransactionCode\($TransactionCode\)` * :php:meth:`public getTransactionDescription\(\)` * :php:meth:`public setTransactionDescription\($TransactionDescription\)` * :php:meth:`public getImporterReferenceCode\(\)` * :php:meth:`public setImporterReferenceCode\($ImporterReferenceCode\)` Properties ---------- .. 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** (array | 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) .. rst-class:: public .. php:method:: public getCertificate() :Returns: string | null .. rst-class:: public .. php:method:: public setCertificate( $Certificate) :Parameters: * **$Certificate** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCertificateNr() :Returns: string | null .. rst-class:: public .. php:method:: public setCertificateNr( $CertificateNr) :Parameters: * **$CertificateNr** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getContent() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Content\[\] ` | null .. rst-class:: public .. php:method:: public setContent( $Content) :Parameters: * **$Content** (:any:`Firstred\\PostNL\\Entity\\Content\[\] ` | null) :Returns: static .. rst-class:: public .. php:method:: public getCurrency() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrency( $Currency) :Parameters: * **$Currency** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getHandleAsNonDeliverable() :Returns: string | null .. rst-class:: public .. php:method:: public setHandleAsNonDeliverable( $HandleAsNonDeliverable) :Parameters: * **$HandleAsNonDeliverable** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getInvoice() :Returns: string | null .. rst-class:: public .. php:method:: public setInvoice( $Invoice) :Parameters: * **$Invoice** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getInvoiceNr() :Returns: string | null .. rst-class:: public .. php:method:: public setInvoiceNr( $InvoiceNr) :Parameters: * **$InvoiceNr** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getLicense() :Returns: string | null .. rst-class:: public .. php:method:: public setLicense( $License) :Parameters: * **$License** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getLicenseNr() :Returns: string | null .. rst-class:: public .. php:method:: public setLicenseNr( $LicenseNr) :Parameters: * **$LicenseNr** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getShipmentType() :Returns: string | null .. rst-class:: public .. php:method:: public setShipmentType( $ShipmentType) :Parameters: * **$ShipmentType** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getTrustedShipperID() :Returns: string | null .. rst-class:: public .. php:method:: public setTrustedShipperID( $TrustedShipperID) :Parameters: * **$TrustedShipperID** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getTransactionCode() :Returns: string | null .. rst-class:: public .. php:method:: public setTransactionCode( $TransactionCode) :Parameters: * **$TransactionCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getTransactionDescription() :Returns: string | null .. rst-class:: public .. php:method:: public setTransactionDescription( $TransactionDescription) :Parameters: * **$TransactionDescription** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getImporterReferenceCode() :Returns: string | null .. rst-class:: public .. php:method:: public setImporterReferenceCode( $ImporterReferenceCode) :Parameters: * **$ImporterReferenceCode** (string | null) :Returns: static