C# Class PayPal.PayPalAPIInterfaceService.Model.SetMobileCheckoutResponseType

A timestamped token by which you identify to PayPal that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters
Inheritance: AbstractResponseType
Show file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
SetMobileCheckoutResponseType ( ) : System

Default Constructor

SetMobileCheckoutResponseType ( XmlNode xmlNode ) : System

Method Details

SetMobileCheckoutResponseType() public method

Default Constructor
public SetMobileCheckoutResponseType ( ) : System
return System

SetMobileCheckoutResponseType() public method

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