public class

GetTransactionDetailsResponseType

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

Class Overview

Java class for GetTransactionDetailsResponseType complex type.

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

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

Summary

Fields
protected PaymentTransactionType paymentTransactionDetails
protected ThreeDSecureInfoType threeDSecureDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetTransactionDetailsResponseType()
Public Methods
PaymentTransactionType getPaymentTransactionDetails()
Gets the value of the paymentTransactionDetails property.
ThreeDSecureInfoType getThreeDSecureDetails()
Gets the value of the threeDSecureDetails property.
void setPaymentTransactionDetails(PaymentTransactionType value)
Sets the value of the paymentTransactionDetails property.
void setThreeDSecureDetails(ThreeDSecureInfoType value)
Sets the value of the threeDSecureDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected PaymentTransactionType paymentTransactionDetails

protected ThreeDSecureInfoType threeDSecureDetails

Public Constructors

public GetTransactionDetailsResponseType ()

Public Methods

public PaymentTransactionType getPaymentTransactionDetails ()

Gets the value of the paymentTransactionDetails property.

Returns

public ThreeDSecureInfoType getThreeDSecureDetails ()

Gets the value of the threeDSecureDetails property.

Returns

public void setPaymentTransactionDetails (PaymentTransactionType value)

Sets the value of the paymentTransactionDetails property.

Parameters
value Allowed object is PaymentTransactionType

public void setThreeDSecureDetails (ThreeDSecureInfoType value)

Sets the value of the threeDSecureDetails property.

Parameters
value Allowed object is ThreeDSecureInfoType