C# Class PayPal.PayPalAPIInterfaceService.Model.SetExpressCheckoutResponseType

A timestamped token by which you identify to PayPal that you are processing this payment with Express Checkout. The token expires after three hours. If you set Token in the SetExpressCheckoutRequest, the value of Token in the response is identical to the value in the request. Character length and limitations: 20 single-byte characters
Inheritance: AbstractResponseType
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
SetExpressCheckoutResponseType ( ) : System

Default Constructor

SetExpressCheckoutResponseType ( XmlNode xmlNode ) : System

Method Details

SetExpressCheckoutResponseType() public méthode

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

SetExpressCheckoutResponseType() public méthode

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