Click or drag to resize

CheckPostalCodeResult Class

Data contract for the resulting output of the "CheckPostalCode" service
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsCheckPostalCodeResult

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 class CheckPostalCodeResult : DataContractBase

The CheckPostalCodeResult type exposes the following members.

Constructors
  NameDescription
Public methodCheckPostalCodeResult
Top
Properties
  NameDescription
Public propertyIsValid
This value is true if the provided postal code matched an existing postal code in the datastore.
Public propertyMatchingPostalCodes
Some countris may have several cities matching the same postal code. If that is the case this list contains all matching cities.
Top
See Also