C# Class PayPal.PayPalAPIInterfaceService.Model.EnterBoardingResponseType

A unique token that identifies this boarding session. Use this token with the GetBoarding Details API call.Character length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring
Inheritance: AbstractResponseType
ファイルを表示 Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
EnterBoardingResponseType ( ) : System

Default Constructor

EnterBoardingResponseType ( XmlNode xmlNode ) : System

Method Details

EnterBoardingResponseType() public method

Default Constructor
public EnterBoardingResponseType ( ) : System
return System

EnterBoardingResponseType() public method

public EnterBoardingResponseType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
return System