C# Class PayPal.PayPalAPIInterfaceService.Model.SetAuthFlowParamResponseType

A timestamped token by which you identify to PayPal that you are processing this user. The token expires after three hours. Character length and limitations: 20 single-byte characters
Inheritance: AbstractResponseType
ファイルを表示 Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
SetAuthFlowParamResponseType ( ) : System

Default Constructor

SetAuthFlowParamResponseType ( XmlNode xmlNode ) : System

Method Details

SetAuthFlowParamResponseType() public method

Default Constructor
public SetAuthFlowParamResponseType ( ) : System
return System

SetAuthFlowParamResponseType() public method

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