ReportRecordContract.Zip Property

Definition

Gets or sets zip code to which this record data is related.

[Newtonsoft.Json.JsonProperty(PropertyName="zip")]
public string Zip { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="zip")>]
member this.Zip : string with get, set
Public Property Zip As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to