@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | class POA implements NodeInterface |
10 | 10 | { |
11 | - const POA_ONE_TIME = '1'; // One Time POA |
|
12 | - const POA_BLANKET = '2'; // Blanket POA |
|
11 | + const POA_ONE_TIME = '1'; // One Time POA |
|
12 | + const POA_BLANKET = '2'; // Blanket POA |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @var string |
@@ -8,9 +8,9 @@ |
||
8 | 8 | |
9 | 9 | class ShipperFiled implements NodeInterface |
10 | 10 | { |
11 | - const SF_ITN = 'A'; // Requires the ITN |
|
12 | - const SF_EXEMPTION_LEGEND = 'B'; // Requires the Exemption Legend |
|
13 | - const SF_POST_DEPARTURE_FILING = 'C'; // Requires Post Departure Filing Citation |
|
11 | + const SF_ITN = 'A'; // Requires the ITN |
|
12 | + const SF_EXEMPTION_LEGEND = 'B'; // Requires the Exemption Legend |
|
13 | + const SF_POST_DEPARTURE_FILING = 'C'; // Requires Post Departure Filing Citation |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * @var string |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | } |
121 | 121 | |
122 | 122 | /** |
123 | - * @return string $description |
|
123 | + * @return ShipperFiled $description |
|
124 | 124 | */ |
125 | 125 | public function setDescription($description) |
126 | 126 | { |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | } |
159 | 159 | |
160 | 160 | /** |
161 | - * @return string $exemptionLegend |
|
161 | + * @return ShipperFiled $exemptionLegend |
|
162 | 162 | */ |
163 | 163 | public function setExemptionLegend($exemptionLegend) |
164 | 164 | { |
@@ -8,8 +8,8 @@ |
||
8 | 8 | |
9 | 9 | class EEIFilingOption implements NodeInterface |
10 | 10 | { |
11 | - const FO_SHIPPER = '1'; // Shipper Filed |
|
12 | - const FO_UPS = '3'; // UPS Filed |
|
11 | + const FO_SHIPPER = '1'; // Shipper Filed |
|
12 | + const FO_UPS = '3'; // UPS Filed |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @var string |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class StatusType |
6 | 6 | { |
7 | - const ST_IN_TRANSIT = 'I'; // In Transit |
|
8 | - const ST_DELIVERED = 'D'; // Delivered |
|
9 | - const ST_EXCEPTION = 'X'; // Exception |
|
10 | - const ST_PICKUP = 'P'; // Pickup |
|
11 | - const ST_MANIFEST_PICKUP = 'M'; // Manifest Pickup |
|
7 | + const ST_IN_TRANSIT = 'I'; // In Transit |
|
8 | + const ST_DELIVERED = 'D'; // Delivered |
|
9 | + const ST_EXCEPTION = 'X'; // Exception |
|
10 | + const ST_PICKUP = 'P'; // Pickup |
|
11 | + const ST_MANIFEST_PICKUP = 'M'; // Manifest Pickup |
|
12 | 12 | |
13 | 13 | public $Code; |
14 | 14 | public $Description; |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | } |
59 | 59 | |
60 | 60 | /** |
61 | - * @return mixed |
|
61 | + * @return string|null |
|
62 | 62 | */ |
63 | 63 | public function getAccountNumber() |
64 | 64 | { |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | } |
75 | 75 | |
76 | 76 | /** |
77 | - * @return mixed |
|
77 | + * @return string|null |
|
78 | 78 | */ |
79 | 79 | public function getPublicAccessPointId() |
80 | 80 | { |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |
93 | - * @return mixed |
|
93 | + * @return string|null |
|
94 | 94 | */ |
95 | 95 | public function getAccessPointStatus() |
96 | 96 | { |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * @return mixed |
|
49 | + * @return string|null |
|
50 | 50 | */ |
51 | 51 | public function getUpsAccessPointId() |
52 | 52 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | } |
63 | 63 | |
64 | 64 | /** |
65 | - * @return mixed |
|
65 | + * @return string|null |
|
66 | 66 | */ |
67 | 67 | public function getName() |
68 | 68 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | /** |
91 | - * @return int|null |
|
91 | + * @return integer |
|
92 | 92 | */ |
93 | 93 | public function getLength() |
94 | 94 | { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | /** |
110 | - * @return int|null |
|
110 | + * @return integer |
|
111 | 111 | */ |
112 | 112 | public function getWidth() |
113 | 113 | { |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |
129 | - * @return int|null |
|
129 | + * @return integer |
|
130 | 130 | */ |
131 | 131 | public function getHeight() |
132 | 132 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
40 | - * @return mixed |
|
40 | + * @return double |
|
41 | 41 | */ |
42 | 42 | public function getMonetaryValue() |
43 | 43 | { |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @return mixed |
|
122 | + * @return string |
|
123 | 123 | */ |
124 | 124 | public function getUndeliverableEmailAddress() |
125 | 125 | { |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | } |
136 | 136 | |
137 | 137 | /** |
138 | - * @return mixed |
|
138 | + * @return string |
|
139 | 139 | */ |
140 | 140 | public function getFromEmailAddress() |
141 | 141 | { |
@@ -151,7 +151,7 @@ discard block |
||
151 | 151 | } |
152 | 152 | |
153 | 153 | /** |
154 | - * @return mixed |
|
154 | + * @return string |
|
155 | 155 | */ |
156 | 156 | public function getFromName() |
157 | 157 | { |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | } |
168 | 168 | |
169 | 169 | /** |
170 | - * @return mixed |
|
170 | + * @return string |
|
171 | 171 | */ |
172 | 172 | public function getMemo() |
173 | 173 | { |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | } |
190 | 190 | |
191 | 191 | /** |
192 | - * @return mixed |
|
192 | + * @return string |
|
193 | 193 | */ |
194 | 194 | public function getSubject() |
195 | 195 | { |
@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | } |
212 | 212 | |
213 | 213 | /** |
214 | - * @return mixed |
|
214 | + * @return string |
|
215 | 215 | */ |
216 | 216 | public function getSubjectCode() |
217 | 217 | { |