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

Méthodes publiques

Méthode Description
ExternalRememberMeOptOutRequestType ( ) : System

Default Constructor

ExternalRememberMeOptOutRequestType ( string externalRememberMeID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

ExternalRememberMeOptOutRequestType() public méthode

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

ExternalRememberMeOptOutRequestType() public méthode

Constructor with arguments
public ExternalRememberMeOptOutRequestType ( string externalRememberMeID ) : System
externalRememberMeID string
Résultat System

ToXMLString() public méthode

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Résultat string