C# 클래스 PayPal.PayPalAPIInterfaceService.Model.SetExpressCheckoutResponseType

A timestamped token by which you identify to PayPal that you are processing this payment with Express Checkout. The token expires after three hours. If you set Token in the SetExpressCheckoutRequest, the value of Token in the response is identical to the value in the request. Character length and limitations: 20 single-byte characters
상속: AbstractResponseType
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
SetExpressCheckoutResponseType ( ) : System

Default Constructor

SetExpressCheckoutResponseType ( XmlNode xmlNode ) : System

메소드 상세

SetExpressCheckoutResponseType() 공개 메소드

Default Constructor
public SetExpressCheckoutResponseType ( ) : System
리턴 System

SetExpressCheckoutResponseType() 공개 메소드

public SetExpressCheckoutResponseType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
리턴 System