C# Class 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
Inheritance: AbstractResponseType
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
AddressVerifyResponseType ( ) : System

Default Constructor

AddressVerifyResponseType ( XmlNode xmlNode ) : System

Method Details

AddressVerifyResponseType() public method

Default Constructor
public AddressVerifyResponseType ( ) : System
return System

AddressVerifyResponseType() public method

public AddressVerifyResponseType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
return System