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
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
DoVoidRequestType ( ) : System

Default Constructor

DoVoidRequestType ( string authorizationID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoVoidRequestType() public méthode

Default Constructor
public DoVoidRequestType ( ) : System
Résultat System

DoVoidRequestType() public méthode

Constructor with arguments
public DoVoidRequestType ( string authorizationID ) : System
authorizationID string
Résultat System

ToXMLString() public méthode

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Résultat string