| java.lang.Object | |||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | ||
| ↳ | ebay.api.paypalapi.DoAuthorizationResponseType | ||
| ↳ | ebay.api.paypalapi.DoUATPAuthorizationResponseType | ||
Java class for DoUATPAuthorizationResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoUATPAuthorizationResponseType">
<complexContent>
<extension base="{urn:ebay:api:PayPalAPI}DoAuthorizationResponseType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}UATPDetails"/>
<element name="AuthorizationCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authorizationCode | |||||||||||
| invoiceID | |||||||||||
| uatpDetails | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.api.paypalapi.DoAuthorizationResponseType
| |||||||||||
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authorizationCode property.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the uatpDetails property.
| |||||||||||
Sets the value of the authorizationCode property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the uatpDetails property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.api.paypalapi.DoAuthorizationResponseType
| |||||||||||
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the authorizationCode property.
Gets the value of the invoiceID property.
Gets the value of the uatpDetails property.
UATPDetailsType
Sets the value of the authorizationCode property.
| value | Allowed object is String |
|---|
Sets the value of the invoiceID property.
| value | Allowed object is String |
|---|
Sets the value of the uatpDetails property.
| value | Allowed object is
UATPDetailsType
|
|---|