C# Class PayPal.PayPalAPIInterfaceService.Model.PaymentDetailsItemType

PaymentDetailsItemType Information about a Payment Item.
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
PaymentDetailsItemType ( ) : System

Default Constructor

PaymentDetailsItemType ( XmlNode xmlNode ) : System
ToXMLString ( string prefix, string name ) : string

Method Details

PaymentDetailsItemType() public méthode

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

PaymentDetailsItemType() public méthode

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

ToXMLString() public méthode

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Résultat string