| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.DoAuthorizationResponseType | |
Known Direct Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| authorizationInfo | |||||||||||
| transactionID | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the authorizationInfo property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the authorizationInfo property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the authorizationInfo property.
AuthorizationInfoType
Gets the value of the transactionID property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the authorizationInfo property.
| value | Allowed object is
AuthorizationInfoType
|
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|