C# Class 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
Inheritance: AbstractRequestType
ファイルを表示 Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
DoVoidRequestType ( ) : System

Default Constructor

DoVoidRequestType ( string authorizationID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoVoidRequestType() public method

Default Constructor
public DoVoidRequestType ( ) : System
return System

DoVoidRequestType() public method

Constructor with arguments
public DoVoidRequestType ( string authorizationID ) : System
authorizationID string
return System

ToXMLString() public method

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
return string