.. rst-class:: phpdoctorst .. role:: php(code) :language: php GetSentDate =========== .. php:namespace:: Firstred\PostNL\Entity\Request .. php:class:: GetSentDate :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($AllowSundaySorting, $City, $CountryCode, $HouseNr, $HouseNrExt, $Options, $PostalCode, $DeliveryDate, $Street, $ShippingDuration\)` * :php:meth:`public getCity\(\)` * :php:meth:`public setCity\($City\)` * :php:meth:`public getCountryCode\(\)` * :php:meth:`public setCountryCode\($CountryCode\)` * :php:meth:`public getHouseNr\(\)` * :php:meth:`public setHouseNr\($HouseNr\)` * :php:meth:`public getHouseNrExt\(\)` * :php:meth:`public setHouseNrExt\($HouseNrExt\)` * :php:meth:`public getOptions\(\)` * :php:meth:`public setOptions\($Options\)` * :php:meth:`public getShippingDuration\(\)` * :php:meth:`public setShippingDuration\($ShippingDuration\)` * :php:meth:`public getStreet\(\)` * :php:meth:`public setStreet\($Street\)` * :php:meth:`public getAllowSundaySorting\(\)` * :php:meth:`public getDeliveryDate\(\)` * :php:meth:`public getPostalCode\(\)` * :php:meth:`public setDeliveryDate\($deliveryDate\)` * :php:meth:`public setPostalCode\($postcode\)` * :php:meth:`public setAllowSundaySorting\($AllowSundaySorting\)` Properties ---------- .. php:attr:: protected static AllowSundaySorting :Type: bool | null .. php:attr:: protected static City :Type: string | null .. php:attr:: protected static CountryCode :Type: string | null .. php:attr:: protected static DeliveryDate :Type: :any:`\\DateTimeInterface ` | null .. php:attr:: protected static HouseNr :Type: string | null .. php:attr:: protected static HouseNrExt :Type: string | null .. php:attr:: protected static Options :Type: string[] | null .. php:attr:: protected static PostalCode :Type: string | null .. php:attr:: protected static ShippingDuration :Type: string | null .. php:attr:: protected static Street :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $AllowSundaySorting=false, $City=null, $CountryCode=null, $HouseNr=null, $HouseNrExt=null, $Options=null, $PostalCode=null, \\DateTimeInterface|string|null $DeliveryDate=null, $Street=null, $ShippingDuration=null) :Throws: :any:`\\Firstred\\PostNL\\Exception\\InvalidArgumentException ` .. rst-class:: public .. php:method:: public getCity() :Returns: string | null .. rst-class:: public .. php:method:: public setCity( $City) :Parameters: * **$City** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCountryCode() :Returns: string | null .. rst-class:: public .. php:method:: public setCountryCode( $CountryCode) :Parameters: * **$CountryCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getHouseNr() :Returns: string | null .. rst-class:: public .. php:method:: public setHouseNr( $HouseNr) :Parameters: * **$HouseNr** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getHouseNrExt() :Returns: string | null .. rst-class:: public .. php:method:: public setHouseNrExt( $HouseNrExt) :Parameters: * **$HouseNrExt** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getOptions() :Returns: array | null .. rst-class:: public .. php:method:: public setOptions( $Options) :Parameters: * **$Options** (array | null) :Returns: static .. rst-class:: public .. php:method:: public getShippingDuration() :Returns: string | null .. rst-class:: public .. php:method:: public setShippingDuration( $ShippingDuration) :Parameters: * **$ShippingDuration** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getStreet() :Returns: string | null .. rst-class:: public .. php:method:: public setStreet( $Street) :Parameters: * **$Street** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getAllowSundaySorting() :Returns: bool | null .. rst-class:: public .. php:method:: public getDeliveryDate() :Returns: :any:`\\DateTimeInterface ` | null .. rst-class:: public .. php:method:: public getPostalCode() :Returns: string | null .. rst-class:: public .. php:method:: public setDeliveryDate(string|\\DateTimeInterface|null $deliveryDate=null) :Throws: :any:`\\Firstred\\PostNL\\Exception\\InvalidArgumentException ` :Since: 1.2.0 .. rst-class:: public .. php:method:: public setPostalCode( $postcode=null) :Parameters: * **$postcode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public setAllowSundaySorting(string|bool|int|null $AllowSundaySorting=null) :Since: 1.0.0 :Since: 1.0.0