public class GetTransactionDetailsResponseType extends AbstractResponseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTransactionType |
paymentTransactionDetails |
protected ThreeDSecureInfoType |
threeDSecureDetails |
ack, any, build, correlationID, errors, timestamp, version| Constructor and Description |
|---|
GetTransactionDetailsResponseType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersionprotected PaymentTransactionType paymentTransactionDetails
protected ThreeDSecureInfoType threeDSecureDetails
public PaymentTransactionType getPaymentTransactionDetails()
PaymentTransactionTypepublic void setPaymentTransactionDetails(PaymentTransactionType value)
value - the value
allowed object is
PaymentTransactionTypepublic ThreeDSecureInfoType getThreeDSecureDetails()
ThreeDSecureInfoTypepublic void setThreeDSecureDetails(ThreeDSecureInfoType value)
value - the value
allowed object is
ThreeDSecureInfoTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.