C# Class PayPal.PayPalAPIInterfaceService.Model.DoCaptureRequestType

The authorization identification number of the payment you want to capture. Required Character length and limits: 19 single-byte characters maximum
Inheritance: AbstractRequestType
Exibir arquivo Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
DoCaptureRequestType ( ) : System

Default Constructor

DoCaptureRequestType ( string authorizationID, BasicAmountType amount, CompleteCodeType completeType ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoCaptureRequestType() public method

Default Constructor
public DoCaptureRequestType ( ) : System
return System

DoCaptureRequestType() public method

Constructor with arguments
public DoCaptureRequestType ( string authorizationID, BasicAmountType amount, CompleteCodeType completeType ) : System
authorizationID string
amount BasicAmountType
completeType CompleteCodeType
return System

ToXMLString() public method

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