public class

DoMobileCheckoutPaymentResponseType

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

Class Overview

Java class for DoMobileCheckoutPaymentResponseType complex type.

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

 <complexType name="DoMobileCheckoutPaymentResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}DoMobileCheckoutPaymentResponseDetails"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DoMobileCheckoutPaymentResponseDetailsType doMobileCheckoutPaymentResponseDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
DoMobileCheckoutPaymentResponseType()
Public Methods
DoMobileCheckoutPaymentResponseDetailsType getDoMobileCheckoutPaymentResponseDetails()
Gets the value of the doMobileCheckoutPaymentResponseDetails property.
void setDoMobileCheckoutPaymentResponseDetails(DoMobileCheckoutPaymentResponseDetailsType value)
Sets the value of the doMobileCheckoutPaymentResponseDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected DoMobileCheckoutPaymentResponseDetailsType doMobileCheckoutPaymentResponseDetails

Public Constructors

public DoMobileCheckoutPaymentResponseType ()

Public Methods

public DoMobileCheckoutPaymentResponseDetailsType getDoMobileCheckoutPaymentResponseDetails ()

Gets the value of the doMobileCheckoutPaymentResponseDetails property.

Returns

public void setDoMobileCheckoutPaymentResponseDetails (DoMobileCheckoutPaymentResponseDetailsType value)

Sets the value of the doMobileCheckoutPaymentResponseDetails property.

Parameters
value Allowed object is DoMobileCheckoutPaymentResponseDetailsType