Contains data for the postal record associated with an IP address. This record is returned by all the end points except the Country end point.
See Also: Inherited members from object.
|
Postal
()
|
Documentation for this section has not yet been entered. |
[read-only] | Code | string . The postal code of the location. Postal codes are not available for all countries. In some countries, this will only contain part of the postal code. This attribute is returned by all end points except the Country end point. |
[read-only] | Confidence | Nullable<int> . A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This attribute is only available from the Omni end point. |
Documentation for this section has not yet been entered.
Syntax
public Postal ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
The postal code of the location. Postal codes are not available for all countries. In some countries, this will only contain part of the postal code. This attribute is returned by all end points except the Country end point.
Syntax
[Newtonsoft.Json.JsonProperty("code")]
public string Code { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
A value from 0-100 indicating MaxMind's confidence that the postal code is correct. This attribute is only available from the Omni end point.
Syntax
[Newtonsoft.Json.JsonProperty("confidence")]
public Nullable<int> Confidence { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
Returns a string that represents this instance.
Syntax
public override string ToString ()Returns
A string that represents this instance.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0