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
Afficher le fichier Open project: paypal/merchant-sdk-dotnet

Méthodes publiques

Méthode Description
SetMobileCheckoutResponseType ( ) : System

Default Constructor

SetMobileCheckoutResponseType ( XmlNode xmlNode ) : System

Method Details

SetMobileCheckoutResponseType() public méthode

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

SetMobileCheckoutResponseType() public méthode

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