PaymentAddress.AddressLine Property

Definition

Gets or sets this is the most specific part of the address. It can include, for example, a street name, a house number, apartment number, a rural delivery route, descriptive instructions, or a post office box number.

public System.Collections.Generic.IList<string> AddressLine { get; set; }
member this.AddressLine : System.Collections.Generic.IList<string> with get, set
Public Property AddressLine As IList(Of String)

Property Value

The most specific part of the address.

Applies to