Group
- class Firstred\PostNL\Entity\Group
- Class Group.
Summary
Methods
Properties
- public property Firstred\PostNL\Entity\Group::$defaultProperties
- Type:
string[][]
- protected static property Firstred\PostNL\Entity\Group::$GroupCount
- Amount of shipments in the group.
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Group::$GroupSequence
- Sequence number.
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Group::$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\Group::$MainBarcode
- Main barcode for the shipment.
- Type:
string | null
Methods
- public Firstred\PostNL\Entity\Group::__construct($GroupCount=null, $GroupSequence=null, $GroupType=null, $MainBarcode=null)
- Group Constructor.
- Parameters:
$GroupCount (string | null)
$GroupSequence (string | null)
$GroupType (string | null)
$MainBarcode (string | null)