| @@ -26,8 +26,12 @@ | ||
| 26 | 26 | public const COLLECTED = 'collected'; |
| 27 | 27 | public const PREPARED_FOR_DEPARTURE = 'prepared for departure'; |
| 28 | 28 | public const HANDED_TO_CARRIER = 'handed to carrier'; |
| 29 | 29 | public const RETURNED = 'returned'; |
| 30 | + public const CUSTOMS = 'customs'; | |
| 31 | + public const REVERSE_PACKET_ARRIVED = 'reverse packet arrived'; | |
| 32 | + public const DELIVERY_ATTEMPT = 'delivery attempt'; | |
| 33 | + public const REJECTED_BY_RECIPIENT = 'rejected by recipient'; | |
| 30 | 34 | public const UNKNOWN = 'unknown'; |
| 31 | 35 | |
| 32 | 36 | /** |
| 33 | 37 | * Status name/code. |
| @@ -88,6 +92,5 @@ | ||
| 88 | 92 | */ |
| 89 | 93 | public function hasDefaultSynchronization(): bool { |
| 90 | 94 | return $this->defaultSynchronization; |
| 91 | 95 | } |
| 92 | - | |
| 93 | 96 | } |