Barcode

class Firstred\PostNL\Entity\Barcode
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

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

string | null

protected static property Firstred\PostNL\Entity\Barcode::$Range
Type:

string | null

protected static property Firstred\PostNL\Entity\Barcode::$Serie
Type:

string | null

Methods

public Firstred\PostNL\Entity\Barcode::__construct($Type=null, $Range=null, $Serie=\'000000000\-999999999\')
Parameters:
  • $Type (string | null)

  • $Range (string | null)

  • $Serie (string | null)

public Firstred\PostNL\Entity\Barcode::getType()
Returns:

string | null

public Firstred\PostNL\Entity\Barcode::setType($Type)
Parameters:
  • $Type (string | null)

Returns:

static

public Firstred\PostNL\Entity\Barcode::getRange()
Returns:

string | null

public Firstred\PostNL\Entity\Barcode::setRange($Range)
Parameters:
  • $Range (string | null)

Returns:

static

public Firstred\PostNL\Entity\Barcode::getSerie()
Returns:

string | null

public Firstred\PostNL\Entity\Barcode::setSerie($Serie)
Parameters:
  • $Serie (string | null)

Returns:

static