C# Class PayPal.PayPalAPIInterfaceService.Model.IdentityTokenInfoType

Identity Access token from merchant
Show file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
IdentityTokenInfoType ( ) : System

Default Constructor

IdentityTokenInfoType ( string accessToken ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

IdentityTokenInfoType() public method

Default Constructor
public IdentityTokenInfoType ( ) : System
return System

IdentityTokenInfoType() public method

Constructor with arguments
public IdentityTokenInfoType ( string accessToken ) : System
accessToken string
return System

ToXMLString() public method

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