다음을 통해 공유


PaymentAddress.AddressLine 속성

정의

주소의 가장 구체적인 부분을 가져오거나 설정합니다. 예를 들어 거리 이름, 집 번호, 아파트 번호, 시골 배달 경로, 설명 지침 또는 우체국 박스 번호가 포함될 수 있습니다.

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)

속성 값

주소의 가장 구체적인 부분입니다.

적용 대상