Click or drag to resize

Postal Class

Syntax
C#
public class Postal : Address

The Postal type exposes the following members.

Properties
  NameDescription
Public propertyAttentionTo
(Inherited from Address.)
Public propertyContactType
Valid ContactType Values:
  • Email Contact: "HOME"
  • Phone Contact: "HOME"
  • Address Contact: "POSTAL" or "SHIPPING"
(Inherited from ProfileContactType.)
Public propertyCorrectionCode
(Inherited from Address.)
Public propertyCountry
(Inherited from Address.)
Public propertyDisplayValue
(Inherited from Address.)
Public propertyDoNotClean
(Inherited from Address.)
Public propertyDPID
(Inherited from Address.)
Public propertyErrorCode
(Inherited from Address.)
Public propertyInvalid
(Inherited from Address.)
Public propertyLatitude
(Inherited from Address.)
Public propertyLine1
(Inherited from Address.)
Public propertyLine2
(Inherited from Address.)
Public propertyLine3
(Inherited from Address.)
Public propertyLine4
(Inherited from Address.)
Public propertyLine5
(Inherited from Address.)
Public propertyLine6
(Inherited from Address.)
Public propertyLine7
(Inherited from Address.)
Public propertyLongitude
(Inherited from Address.)
Public propertyMapGridX
(Inherited from Address.)
Public propertyMapGridY
(Inherited from Address.)
Public propertyMeshBlock
(Inherited from Address.)
Public propertyModifiedOn
(Inherited from Address.)
Public propertyPostCode
(Inherited from Address.)
Public propertyStatementOfAccuracyCode
(Inherited from Address.)
Public propertyStatementOfAccuracyLastUpdated
(Inherited from Address.)
Public propertyStatementOfAccuracyReason
(Inherited from Address.)
Public propertyStatementOfAccuracyUpdatedTrigger
(Inherited from Address.)
Public propertySuburb
(Inherited from Address.)
Public propertyTownCityState
(Inherited from Address.)
Top
See Also