다음을 통해 공유


AddressDetails 클래스

정의

주소 세부 정보입니다.

public class AddressDetails
type AddressDetails = class
Public Class AddressDetails
상속
AddressDetails

생성자

AddressDetails()

AddressDetails 클래스의 새 instance 초기화합니다.

AddressDetails(String, String, String, String, String, String, String, String, String, String, String, String, String)

AddressDetails 클래스의 새 instance 초기화합니다.

속성

AddressLine1

주소 줄 1을 가져오거나 설정합니다.

AddressLine2

주소 줄 2를 가져오거나 설정합니다.

AddressLine3

주소 줄 3을 가져오거나 설정합니다.

City

주소 도시를 가져오거나 설정합니다.

CompanyName

회사 이름을 가져오거나 설정합니다.

Country

2자리 형식의 ISO2를 사용하는 국가 코드를 가져오거나 설정합니다.

District

주소 구역을 가져오거나 설정합니다.

Email

전자 메일 주소를 가져오거나 설정합니다.

FirstName

이름을 가져오거나 설정합니다.

LastName

성을 가져오거나 설정합니다.

PhoneNumber

전화 번호를 가져오거나 설정합니다.

PostalCode

우편 번호를 가져오거나 설정합니다.

Region

주소 영역을 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상