Share via


ShippingAddress.StreetAddress3 Property

Definition

Gets or sets street Address line 3.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to