Content

class Firstred\PostNL\Entity\Content
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

protected static property Firstred\PostNL\Entity\Content::$CountryOfOrigin
Type:

string | null

protected static property Firstred\PostNL\Entity\Content::$Description
Type:

string | null

protected static property Firstred\PostNL\Entity\Content::$HSTariffNr
Type:

string | null

protected static property Firstred\PostNL\Entity\Content::$Quantity
Type:

string | null

protected static property Firstred\PostNL\Entity\Content::$Value
Type:

string | null

protected static property Firstred\PostNL\Entity\Content::$Weight
Type:

string | null

protected static property Firstred\PostNL\Entity\Content::$Content
Type:

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

Methods

public Firstred\PostNL\Entity\Content::__construct($CountryOfOrigin=null, $Description=null, $HSTariffNr=null, $Quantity=null, $Value=null, $Weight=null, $Content=null)
Parameters:
  • $CountryOfOrigin (string | null)

  • $Description (string | null)

  • $HSTariffNr (string | null)

  • $Quantity (string | null)

  • $Value (string | null)

  • $Weight (string | null)

  • $Content (array | null)

public Firstred\PostNL\Entity\Content::getCountryOfOrigin()
Returns:

string | null

public Firstred\PostNL\Entity\Content::setCountryOfOrigin($CountryOfOrigin)
Parameters:
  • $CountryOfOrigin (string | null)

Returns:

static

public Firstred\PostNL\Entity\Content::getDescription()
Returns:

string | null

public Firstred\PostNL\Entity\Content::setDescription($Description)
Parameters:
  • $Description (string | null)

Returns:

static

public Firstred\PostNL\Entity\Content::getHSTariffNr()
Returns:

string | null

public Firstred\PostNL\Entity\Content::setHSTariffNr($HSTariffNr)
Parameters:
  • $HSTariffNr (string | null)

Returns:

static

public Firstred\PostNL\Entity\Content::getQuantity()
Returns:

string | null

public Firstred\PostNL\Entity\Content::setQuantity($Quantity)
Parameters:
  • $Quantity (string | null)

Returns:

static

public Firstred\PostNL\Entity\Content::getValue()
Returns:

string | null

public Firstred\PostNL\Entity\Content::setValue($Value)
Parameters:
  • $Value (string | null)

Returns:

static

public Firstred\PostNL\Entity\Content::getWeight()
Returns:

string | null

public Firstred\PostNL\Entity\Content::setWeight($Weight)
Parameters:
  • $Weight (string | null)

Returns:

static

public Firstred\PostNL\Entity\Content::getContent()
Returns:

\Firstred\PostNL\Entity\Content | null

public Firstred\PostNL\Entity\Content::setContent($Content)
Parameters:
  • $Content (array | null)

Returns:

static