ResponseLocation

class Firstred\PostNL\Entity\Response\ResponseLocation
Class ResponseLocation.
Parent

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

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

array

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Address
Type

\Firstred\PostNL\Entity\Address | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$DeliveryOptions
Type

string[] | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Distance
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Latitude
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Longitude
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Name
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$OpeningHours
Type

\Firstred\PostNL\Entity\OpeningHours | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$PartnerName
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$PhoneNumber
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$LocationCode
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$RetailNetworkID
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Saleschannel
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$TerminalType
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$Warnings
Type

\Firstred\PostNL\Entity\Warning[] | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$DownPartnerID
Type

string | null

protected static property Firstred\PostNL\Entity\Response\ResponseLocation::$DownPartnerLocation
Type

string | null

Methods

public Firstred\PostNL\Entity\Response\ResponseLocation::__construct($Address=null, $DeliveryOptions=null, $Distance=null, $Latitude=null, $Longitude=null, $Name=null, $OpeningHours=null, $PartnerName=null, $PhoneNumber=null, $LocationCode=null, $RetailNetworkID=null, $Saleschannel=null, $TerminalType=null, $Warnings=null, $DownPartnerID=null, $DownPartnerLocation=null)
ResponseLocation constructor.
Parameters
  • $Address (Firstred\PostNL\Entity\Address | null)

  • $DeliveryOptions (string[] | null)

  • $Distance (string | null)

  • $Latitude (string | null)

  • $Longitude (string | null)

  • $Name (string | null)

  • $OpeningHours (string[] | null)

  • $PartnerName (string | null)

  • $PhoneNumber (string | null)

  • $LocationCode (string | null)

  • $RetailNetworkID (string | null)

  • $Saleschannel (string | null)

  • $TerminalType (string | null)

  • $Warnings (Firstred\PostNL\Entity\Warning[] | null)

  • $DownPartnerID (string | null)

  • $DownPartnerLocation (string | null)

public static Firstred\PostNL\Entity\Response\ResponseLocation::jsonDeserialize($json)