Share via


ShippingAddress.StreetAddress1 Property

Definition

Gets or sets street Address line 1.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to