Share via


ShippingAddress.StreetAddress2 Property

Definition

Gets or sets street Address line 2.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to