public class

DoUATPExpressCheckoutPaymentResponseType

extends DoExpressCheckoutPaymentResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.DoExpressCheckoutPaymentResponseType
       ↳ ebay.api.paypalapi.DoUATPExpressCheckoutPaymentResponseType

Class Overview

Java class for DoUATPExpressCheckoutPaymentResponseType complex type.

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

 <complexType name="DoUATPExpressCheckoutPaymentResponseType">
   <complexContent>
     <extension base="{urn:ebay:api:PayPalAPI}DoExpressCheckoutPaymentResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}UATPDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected UATPDetailsType uatpDetails
[Expand]
Inherited Fields
From class ebay.api.paypalapi.DoExpressCheckoutPaymentResponseType
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
DoUATPExpressCheckoutPaymentResponseType()
Public Methods
UATPDetailsType getUATPDetails()
Gets the value of the uatpDetails property.
void setUATPDetails(UATPDetailsType value)
Sets the value of the uatpDetails property.
[Expand]
Inherited Methods
From class ebay.api.paypalapi.DoExpressCheckoutPaymentResponseType
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected UATPDetailsType uatpDetails

Public Constructors

public DoUATPExpressCheckoutPaymentResponseType ()

Public Methods

public UATPDetailsType getUATPDetails ()

Gets the value of the uatpDetails property.

Returns

public void setUATPDetails (UATPDetailsType value)

Sets the value of the uatpDetails property.

Parameters
value Allowed object is UATPDetailsType