C# Class PayPal.PayPalAPIInterfaceService.Model.DoReauthorizationRequestType

The value of a previously authorized transaction identification number returned by a PayPal product. You can obtain a buyer's transaction number from the TransactionID element of the PayerInfo structure returned by GetTransactionDetailsResponse. Required Character length and limits: 19 single-byte characters maximum
Inheritance: AbstractRequestType
Mostra file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
DoReauthorizationRequestType ( ) : System

Default Constructor

DoReauthorizationRequestType ( string authorizationID, BasicAmountType amount ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoReauthorizationRequestType() public method

Default Constructor
public DoReauthorizationRequestType ( ) : System
return System

DoReauthorizationRequestType() public method

Constructor with arguments
public DoReauthorizationRequestType ( string authorizationID, BasicAmountType amount ) : System
authorizationID string
amount BasicAmountType
return System

ToXMLString() public method

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