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

A timestamped token by which you identify to PayPal that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters
상속: AbstractResponseType
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet

공개 메소드들

메소드 설명
SetMobileCheckoutResponseType ( ) : System

Default Constructor

SetMobileCheckoutResponseType ( XmlNode xmlNode ) : System

메소드 상세

SetMobileCheckoutResponseType() 공개 메소드

Default Constructor
public SetMobileCheckoutResponseType ( ) : System
리턴 System

SetMobileCheckoutResponseType() 공개 메소드

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