stateCode property

String? stateCode
getter/setter pair

The state code for which the administrative rules apply. It represents the state / province code. It is a 1 to 3 upper-case characters string that follows the ISO 3166-2 standard, but without the preceding country code (e.g. for Texas, the state code will be TX). It will be null if the rules are applying to the entire country and not just a specific state.

Implementation

String? stateCode;