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
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
SetExpressCheckoutResponseType ( ) : System

Default Constructor

SetExpressCheckoutResponseType ( XmlNode xmlNode ) : System

Method Details

SetExpressCheckoutResponseType() public method

Default Constructor
public SetExpressCheckoutResponseType ( ) : System
return System

SetExpressCheckoutResponseType() public method

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