WIP - Order steps & remaining APIs

This commit is contained in:
Fairuz
2021-07-24 16:21:11 +08:00
parent 9296c321f3
commit e12e5a460e
20 changed files with 158 additions and 302 deletions
@@ -38,7 +38,7 @@ class ContainerPackingListObject implements DataTransferObject
return $this->containerType;
}
public function getSealReference(): int
public function getSealReference(): ?string
{
return $this->sealReference;
}