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

The earliest transaction date at which to start the search. No wildcards are allowed. Required
상속: AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ToXMLString ( string prefix, string name ) : string
TransactionSearchRequestType ( ) : System

Default Constructor

TransactionSearchRequestType ( string startDate ) : System

Constructor with arguments

메소드 상세

ToXMLString() 공개 메소드

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
리턴 string

TransactionSearchRequestType() 공개 메소드

Default Constructor
public TransactionSearchRequestType ( ) : System
리턴 System

TransactionSearchRequestType() 공개 메소드

Constructor with arguments
public TransactionSearchRequestType ( string startDate ) : System
startDate string
리턴 System