| 1 | <?php |
||
| 11 | final class RussianMarkingCode |
||
| 12 | { |
||
| 13 | public const AI_GTIN = '01'; |
||
| 14 | public const AI_SERIAL = '21'; |
||
| 15 | public const AI_TNVED = '240'; |
||
| 16 | public const AI_VALIDATION = '91'; |
||
| 17 | public const AI_CRYPTO = '92'; |
||
| 18 | |||
| 19 | 5 | public static function parserConfig(): ParserConfig |
|
| 32 | |||
| 33 | 5 | public static function validatorConfig(): ValidatorConfig |
|
| 44 | } |