Gets or sets the postal code (zip code, post code) associated with the physical ship-to address.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string PostalCode { get; set; }
Visual Basic
Public Property PostalCode As String
	Get
	Set
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.

See Also