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

Unique identifier of a transaction. RequiredThe details for some kinds of transactions cannot be retrieved with GetTransactionDetailsRequest. You cannot obtain details of bank transfer withdrawals, for example. Character length and limitations: 17 single-byte alphanumeric characters
상속: AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetTransactionDetailsRequestType ( ) : System

Default Constructor

ToXMLString ( string prefix, string name ) : string

메소드 상세

GetTransactionDetailsRequestType() 공개 메소드

Default Constructor
public GetTransactionDetailsRequestType ( ) : System
리턴 System

ToXMLString() 공개 메소드

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