Click or drag to resize

UpdateOwnerCriteriaPostalArea Property

Postal area code for the address

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string PostalArea { get; set; }

Property Value

Type: String
Remarks
This property is ignored if one of the four required address fields is null or left blank: CountryIsoCode, PostalCode, StreetName, City
See Also