shipFromPostalCode property
The postal code of the address where the item is shipped from. * Encoding: ASCII * Max length: 10 characters * For the US, it must be in five or nine digits format. For example, 10001 or 10001-0000. * For Canada, it must be in 6 digits format. For example, M4B 1G5.
Implementation
@BuiltValueField(wireName: r'shipFromPostalCode')
String? get shipFromPostalCode;