GetSentDateResponse
- class Firstred\PostNL\Entity\Response\GetSentDateResponse
- Class GetSentDateResponse.
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:
- public Firstred\PostNL\Entity\Response\GetSentDateResponse::setSentDate($SentDate=null)
- Parameters:
$SentDate (string |
\DateTimeInterface| null)
- Returns:
static
- Throws:
- 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