stateOrProvince property

  1. @BuiltValueField.new(wireName: r'stateOrProvince')
String? get stateOrProvince

The state or province code of the destination address. * Encoding: ASCII * Max length: 3 characters * Must not start with a space.

Implementation

@BuiltValueField(wireName: r'stateOrProvince')
String? get stateOrProvince;