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

The value of the original authorization identification number returned by a PayPal product. If you are voiding a transaction that has been reauthorized, use the ID from the original authorization, and not the reauthorization. Required Character length and limits: 19 single-byte characters
상속: AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
DoVoidRequestType ( ) : System

Default Constructor

DoVoidRequestType ( string authorizationID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

메소드 상세

DoVoidRequestType() 공개 메소드

Default Constructor
public DoVoidRequestType ( ) : System
리턴 System

DoVoidRequestType() 공개 메소드

Constructor with arguments
public DoVoidRequestType ( string authorizationID ) : System
authorizationID string
리턴 System

ToXMLString() 공개 메소드

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