We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351f0c0 commit f9a487dCopy full SHA for f9a487d
src/Api/Enums/CabTypes.php
@@ -25,4 +25,6 @@ class CabTypes extends AbstractEnum
25
const SUPER = 'Super cab';
26
27
const TRANSPORTER = 'Transporter cab';
28
+
29
+ const EXTENDED_CAB = 'Extended Cab';
30
}
0 commit comments