C# Class PayPal.PayPalAPIInterfaceService.Model.ErrorType

Error code can be used by a receiving application to debugging a response message. These codes will need to be uniquely defined for each application.
ファイルを表示 Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
ErrorType ( ) : System

Default Constructor

ErrorType ( XmlNode xmlNode ) : System

Method Details

ErrorType() public method

Default Constructor
public ErrorType ( ) : System
return System

ErrorType() public method

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