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.
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
AbstractResponseType ( ) : System

Default Constructor

AbstractResponseType ( XmlNode xmlNode ) : System

Method Details

AbstractResponseType() public méthode

Default Constructor
public AbstractResponseType ( ) : System
Résultat System

AbstractResponseType() public méthode

public AbstractResponseType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
Résultat System