sortingCode property

String? sortingCode
getter/setter pair

Additional, country-specific, sorting code.

This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).

Optional.

Implementation

core.String? sortingCode;