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, setVersion
protected PaymentTransactionType paymentTransactionDetails
protected ThreeDSecureInfoType threeDSecureDetails
public PaymentTransactionType getPaymentTransactionDetails()
PaymentTransactionType
public void setPaymentTransactionDetails(PaymentTransactionType value)
value
- the value
allowed object is
PaymentTransactionType
public ThreeDSecureInfoType getThreeDSecureDetails()
ThreeDSecureInfoType
public void setThreeDSecureDetails(ThreeDSecureInfoType value)
value
- the value
allowed object is
ThreeDSecureInfoType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.