public class

ManagePendingTransactionStatusRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.ManagePendingTransactionStatusRequestType

Class Overview

Java class for ManagePendingTransactionStatusRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ManagePendingTransactionStatusRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
         <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}FMFPendingTransactionActionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FMFPendingTransactionActionType action
protected String transactionID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
ManagePendingTransactionStatusRequestType()
Public Methods
FMFPendingTransactionActionType getAction()
Gets the value of the action property.
String getTransactionID()
Gets the value of the transactionID property.
void setAction(FMFPendingTransactionActionType value)
Sets the value of the action property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String transactionID

Public Constructors

public ManagePendingTransactionStatusRequestType ()

Public Methods

public FMFPendingTransactionActionType getAction ()

Gets the value of the action property.

Returns

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setAction (FMFPendingTransactionActionType value)

Sets the value of the action property.

Parameters
value Allowed object is FMFPendingTransactionActionType

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String