public class

DoUATPAuthorizationResponseType

extends DoAuthorizationResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.DoAuthorizationResponseType
       ↳ ebay.api.paypalapi.DoUATPAuthorizationResponseType

Class Overview

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>
 

Summary

Fields
protected String authorizationCode
protected String invoiceID
protected UATPDetailsType uatpDetails
[Expand]
Inherited Fields
From class ebay.api.paypalapi.DoAuthorizationResponseType
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
DoUATPAuthorizationResponseType()
Public Methods
String getAuthorizationCode()
Gets the value of the authorizationCode property.
String getInvoiceID()
Gets the value of the invoiceID property.
UATPDetailsType getUATPDetails()
Gets the value of the uatpDetails property.
void setAuthorizationCode(String value)
Sets the value of the authorizationCode property.
void setInvoiceID(String value)
Sets the value of the invoiceID property.
void setUATPDetails(UATPDetailsType value)
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

Fields

protected String authorizationCode

protected String invoiceID

protected UATPDetailsType uatpDetails

Public Constructors

public DoUATPAuthorizationResponseType ()

Public Methods

public String getAuthorizationCode ()

Gets the value of the authorizationCode property.

Returns
  • possible object is String

public String getInvoiceID ()

Gets the value of the invoiceID property.

Returns
  • possible object is String

public UATPDetailsType getUATPDetails ()

Gets the value of the uatpDetails property.

Returns

public void setAuthorizationCode (String value)

Sets the value of the authorizationCode property.

Parameters
value Allowed object is String

public void setInvoiceID (String value)

Sets the value of the invoiceID property.

Parameters
value Allowed object is String

public void setUATPDetails (UATPDetailsType value)

Sets the value of the uatpDetails property.

Parameters
value Allowed object is UATPDetailsType