C# Class PayPal.PayPalAPIInterfaceService.Model.AbstractResponseType

Base type definition of a response payload that can carry any type of payload content with following optional elements: - timestamp of response message, - application level acknowledgement, and - application-level errors and warnings.
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
AbstractResponseType ( ) : System

Default Constructor

AbstractResponseType ( XmlNode xmlNode ) : System

Method Details

AbstractResponseType() public method

Default Constructor
public AbstractResponseType ( ) : System
return System

AbstractResponseType() public method

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