GetSentDateResponse

class Firstred\PostNL\Entity\Response\GetSentDateResponse
Class GetSentDateResponse.
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

public property Firstred\PostNL\Entity\Response\GetSentDateResponse::$defaultProperties
Default properties and namespaces for the SOAP API.
Type:

array

protected static property Firstred\PostNL\Entity\Response\GetSentDateResponse::$SentDate
Type:

\DateTimeInterface | null

protected static property Firstred\PostNL\Entity\Response\GetSentDateResponse::$Options
Type:

string[] | null

Methods

public Firstred\PostNL\Entity\Response\GetSentDateResponse::__construct($GetSentDate=null, $Options=null)
GetSentDateResponse constructor.
Parameters:
  • $GetSentDate (DateTimeInterface | string | null)

  • $Options (string[] | null)

Throws:

\Firstred\PostNL\Exception\InvalidArgumentException

public Firstred\PostNL\Entity\Response\GetSentDateResponse::setSentDate($SentDate=null)
Parameters:
  • $SentDate (string | \DateTimeInterface | null)

Returns:

static

Throws:

\Firstred\PostNL\Exception\InvalidArgumentException

Since:

1.2.0

public Firstred\PostNL\Entity\Response\GetSentDateResponse::xmlSerialize($writer)
Return a serializable array for the XMLWriter.
Parameters:
  • $writer (Sabre\Xml\Writer)

Returns:

void