public class

DoAuthorizationResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.DoAuthorizationResponseType
Known Direct Subclasses

Class Overview

Java class for DoAuthorizationResponseType complex type.

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

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

Summary

Fields
protected BasicAmountType amount
protected AuthorizationInfoType authorizationInfo
protected String transactionID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
DoAuthorizationResponseType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
AuthorizationInfoType getAuthorizationInfo()
Gets the value of the authorizationInfo property.
String getTransactionID()
Gets the value of the transactionID property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setAuthorizationInfo(AuthorizationInfoType value)
Sets the value of the authorizationInfo property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected BasicAmountType amount

protected AuthorizationInfoType authorizationInfo

protected String transactionID

Public Constructors

public DoAuthorizationResponseType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public AuthorizationInfoType getAuthorizationInfo ()

Gets the value of the authorizationInfo 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 setAuthorizationInfo (AuthorizationInfoType value)

Sets the value of the authorizationInfo property.

Parameters
value Allowed object is AuthorizationInfoType

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String