public class

DoAuthorizationRequestType

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

Class Overview

Java class for DoAuthorizationRequestType complex type.

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

 <complexType name="DoAuthorizationRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TransactionEntity" type="{urn:ebay:apis:eBLBaseComponents}TransactionEntityType" minOccurs="0"/>
         <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType amount
protected TransactionEntityType transactionEntity
protected String transactionID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoAuthorizationRequestType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
TransactionEntityType getTransactionEntity()
Gets the value of the transactionEntity property.
String getTransactionID()
Gets the value of the transactionID property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setTransactionEntity(TransactionEntityType value)
Sets the value of the transactionEntity 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 BasicAmountType amount

protected TransactionEntityType transactionEntity

protected String transactionID

Public Constructors

public DoAuthorizationRequestType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public TransactionEntityType getTransactionEntity ()

Gets the value of the transactionEntity property.

Returns

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setTransactionEntity (TransactionEntityType value)

Sets the value of the transactionEntity property.

Parameters
value Allowed object is TransactionEntityType

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String