CutOffTime
- class Firstred\PostNL\Entity\CutOffTime
Summary
Methods
Properties
- protected static property Firstred\PostNL\Entity\CutOffTime::$Day
- Type:
string | null
- protected static property Firstred\PostNL\Entity\CutOffTime::$Time
- Type:
string | null
- protected static property Firstred\PostNL\Entity\CutOffTime::$Available
- Type:
bool | null
Methods
- public Firstred\PostNL\Entity\CutOffTime::__construct($Day=null, $Time=null, $Available=null)
- Parameters:
$Day (string | null)
$Time (string | null)
$Available (bool | null)
- public Firstred\PostNL\Entity\CutOffTime::getDay()
- Returns:
string | null
- public Firstred\PostNL\Entity\CutOffTime::setDay($Day)
- Parameters:
$Day (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\CutOffTime::getTime()
- Returns:
string | null
- public Firstred\PostNL\Entity\CutOffTime::setTime($Time)
- Parameters:
$Time (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\CutOffTime::getAvailable()
- Returns:
bool | null
- public Firstred\PostNL\Entity\CutOffTime::setAvailable($Available)
- Parameters:
$Available (bool | null)
- Returns:
static