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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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