다음을 통해 공유


ValidateAddressResponse 클래스

정의

주소 유효성 검사 결과

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

생성자

ValidateAddressResponse()

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

ValidateAddressResponse(String, IList<AddressDetails>, String)

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

속성

Status

주소 유효성 검사의 상태 가져오거나 설정합니다. 가능한 값은 'Valid', 'Invalid'입니다.

SuggestedAddresses

제안된 주소 목록을 가져오거나 설정합니다.

ValidationMessage

유효성 검사 오류 메시지를 가져오거나 설정합니다.

적용 대상