C# Class PayPal.PayPalAPIInterfaceService.Model.RememberMeIDInfoType

External remember-me ID returned by GetExpressCheckoutDetails on successful opt-in. The ExternalRememberMeID is a 17-character alphanumeric (encrypted) string that identifies the buyer's remembered login with a merchant and has meaning only to the merchant. If present, requests that the web flow attempt bypass of login.
Mostra file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
RememberMeIDInfoType ( ) : System

Default Constructor

ToXMLString ( string prefix, string name ) : string

Method Details

RememberMeIDInfoType() public method

Default Constructor
public RememberMeIDInfoType ( ) : System
return System

ToXMLString() public method

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
return string