public class

DoReauthorizationRequestType

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

Class Overview

Java class for DoReauthorizationRequestType complex type.

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

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

Summary

Fields
protected BasicAmountType amount
protected String authorizationID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoReauthorizationRequestType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getAuthorizationID()
Gets the value of the authorizationID property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setAuthorizationID(String value)
Sets the value of the authorizationID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String authorizationID

Public Constructors

public DoReauthorizationRequestType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getAuthorizationID ()

Gets the value of the authorizationID 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 setAuthorizationID (String value)

Sets the value of the authorizationID property.

Parameters
value Allowed object is String