Gets or sets the postal code (zip code, post code) associated with the physical ship-to address.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string PostalCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PostalCode As String |
| Visual C++ |
|---|
public: property String^ PostalCode { String^ get (); void set (String^ value); } |
Field Value
A free form text field containing the postal code (zip code, post code) associated with the physical ship-to address.
Remarks
Changes to this property will also cause the FormattedAddress and Barcode
properties to be recalculated.