ResponseGroup
- class Firstred\PostNL\Entity\Response\ResponseGroup
- Class ResponseGroup.
Summary
Methods
Properties
- public property Firstred\PostNL\Entity\Response\ResponseGroup::$defaultProperties
- Type:
string[][]
- protected static property Firstred\PostNL\Entity\Response\ResponseGroup::$GroupCount
- Amount of shipments in the ResponseGroup.
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseGroup::$GroupSequence
- Sequence number.
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseGroup::$GroupType
- The type of Group.Possible values:- `01`: Collection request- `03`: Multiple parcels in one shipment (multi-colli)- `04`: Single parcel in one shipment
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseGroup::$MainBarcode
- Main barcode for the shipment.
- Type:
string | null
Methods
- public Firstred\PostNL\Entity\Response\ResponseGroup::__construct($GroupCount=null, $GroupSequence=null, $GroupType=null, $MainBarcode=null)
- ResponseGroup Constructor.
- Parameters:
$GroupCount (string | null)
$GroupSequence (string | null)
$GroupType (string | null)
$MainBarcode (string | null)