| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.DoAuthorizationRequestType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| transactionEntity | |||||||||||
| transactionID | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the transactionEntity property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the transactionEntity property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the transactionEntity property.
TransactionEntityType
Gets the value of the transactionID property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the transactionEntity property.
| value | Allowed object is
TransactionEntityType
|
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|