enhancedSchemeDataPeriodShipFromPostalCode property
- @BuiltValueField.new(wireName: r'enhancedSchemeData.shipFromPostalCode')
The postal code of the address where the item is shipped from. * Encoding: ASCII * Max length: 10 characters * Must not start with a space or be all spaces. * Must not be all zeros.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'enhancedSchemeData.shipFromPostalCode')
String? get enhancedSchemeDataPeriodShipFromPostalCode;