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

Base type definition of a response payload that can carry any type of payload content with following optional elements: - timestamp of response message, - application level acknowledgement, and - application-level errors and warnings.
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AbstractResponseType ( ) : System

Default Constructor

AbstractResponseType ( XmlNode xmlNode ) : System

메소드 상세

AbstractResponseType() 공개 메소드

Default Constructor
public AbstractResponseType ( ) : System
리턴 System

AbstractResponseType() 공개 메소드

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