C# Class PayPal.PayPalAPIInterfaceService.Model.ExternalRememberMeOptOutRequestType

The merchant passes in the ExternalRememberMeID to identify the user to opt out. This is a 17-character alphanumeric (encrypted) string that identifies the buyer's remembered login with a merchant and has meaning only to the merchant. Required
Inheritance: AbstractRequestType
Exibir arquivo Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
ExternalRememberMeOptOutRequestType ( ) : System

Default Constructor

ExternalRememberMeOptOutRequestType ( string externalRememberMeID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

ExternalRememberMeOptOutRequestType() public method

Default Constructor
public ExternalRememberMeOptOutRequestType ( ) : System
return System

ExternalRememberMeOptOutRequestType() public method

Constructor with arguments
public ExternalRememberMeOptOutRequestType ( string externalRememberMeID ) : System
externalRememberMeID string
return System

ToXMLString() public method

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