GetSentDate

class Firstred\PostNL\Entity\Request\GetSentDate
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$AllowSundaySorting
Type:

bool | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$City
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$CountryCode
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$DeliveryDate
Type:

\DateTimeInterface | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$HouseNr
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$HouseNrExt
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$Options
Type:

string[] | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$PostalCode
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$ShippingDuration
Type:

string | null

protected static property Firstred\PostNL\Entity\Request\GetSentDate::$Street
Type:

string | null

Methods

public Firstred\PostNL\Entity\Request\GetSentDate::__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:

\Firstred\PostNL\Exception\InvalidArgumentException

public Firstred\PostNL\Entity\Request\GetSentDate::getCity()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setCity($City)
Parameters:
  • $City (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getCountryCode()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setCountryCode($CountryCode)
Parameters:
  • $CountryCode (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getHouseNr()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setHouseNr($HouseNr)
Parameters:
  • $HouseNr (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getHouseNrExt()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setHouseNrExt($HouseNrExt)
Parameters:
  • $HouseNrExt (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getOptions()
Returns:

array | null

public Firstred\PostNL\Entity\Request\GetSentDate::setOptions($Options)
Parameters:
  • $Options (array | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getShippingDuration()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setShippingDuration($ShippingDuration)
Parameters:
  • $ShippingDuration (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getStreet()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setStreet($Street)
Parameters:
  • $Street (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::getAllowSundaySorting()
Returns:

bool | null

public Firstred\PostNL\Entity\Request\GetSentDate::getDeliveryDate()
Returns:

\DateTimeInterface | null

public Firstred\PostNL\Entity\Request\GetSentDate::getPostalCode()
Returns:

string | null

public Firstred\PostNL\Entity\Request\GetSentDate::setDeliveryDate(string|\\DateTimeInterface|null $deliveryDate=null)
Throws:

\Firstred\PostNL\Exception\InvalidArgumentException

Since:

1.2.0

public Firstred\PostNL\Entity\Request\GetSentDate::setPostalCode($postcode=null)
Parameters:
  • $postcode (string | null)

Returns:

static

public Firstred\PostNL\Entity\Request\GetSentDate::setAllowSundaySorting(string|bool|int|null $AllowSundaySorting=null)
Since:

1.0.0

Since:

1.0.0