C# 클래스 PayPal.PayPalAPIInterfaceService.Model.AddressVerifyResponseType

Confirmation of a match, with one of the following tokens: None: The input value of the Email object does not match any email address on file at PayPal. Confirmed: If the value of the StreetMatch object is Matched, PayPal responds that the entire postal address is confirmed. Unconfirmed: PayPal responds that the postal address is unconfirmed
상속: AbstractResponseType
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AddressVerifyResponseType ( ) : System

Default Constructor

AddressVerifyResponseType ( XmlNode xmlNode ) : System

메소드 상세

AddressVerifyResponseType() 공개 메소드

Default Constructor
public AddressVerifyResponseType ( ) : System
리턴 System

AddressVerifyResponseType() 공개 메소드

public AddressVerifyResponseType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
리턴 System