public class DoDirectPaymentResponseType extends AbstractResponseType
Java class for DoDirectPaymentResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoDirectPaymentResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
<sequence>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="AVSCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CVV2Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
<element name="PendingReason" type="{urn:ebay:apis:eBLBaseComponents}PendingStatusCodeType" minOccurs="0"/>
<element name="PaymentStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentStatusCodeType" minOccurs="0"/>
<element name="FMFDetails" type="{urn:ebay:apis:eBLBaseComponents}FMFDetailsType" minOccurs="0"/>
<element name="ThreeDSecureResponse" type="{urn:ebay:apis:eBLBaseComponents}ThreeDSecureResponseType" minOccurs="0"/>
<element name="PaymentAdviceCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
avsCode |
protected java.lang.String |
cvv2Code |
protected FMFDetailsType |
fmfDetails |
protected java.lang.String |
paymentAdviceCode |
protected PaymentStatusCodeType |
paymentStatus |
protected PendingStatusCodeType |
pendingReason |
protected ThreeDSecureResponseType |
threeDSecureResponse |
protected java.lang.String |
transactionID |
ack, any, build, correlationID, errors, timestamp, version| Constructor and Description |
|---|
DoDirectPaymentResponseType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getAVSCode()
Gets the value of the avsCode property.
|
java.lang.String |
getCVV2Code()
Gets the value of the cvv2Code property.
|
FMFDetailsType |
getFMFDetails()
Gets the value of the fmfDetails property.
|
java.lang.String |
getPaymentAdviceCode()
Gets the value of the paymentAdviceCode property.
|
PaymentStatusCodeType |
getPaymentStatus()
Gets the value of the paymentStatus property.
|
PendingStatusCodeType |
getPendingReason()
Gets the value of the pendingReason property.
|
ThreeDSecureResponseType |
getThreeDSecureResponse()
Gets the value of the threeDSecureResponse property.
|
java.lang.String |
getTransactionID()
Gets the value of the transactionID property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setAVSCode(java.lang.String value)
Sets the value of the avsCode property.
|
void |
setCVV2Code(java.lang.String value)
Sets the value of the cvv2Code property.
|
void |
setFMFDetails(FMFDetailsType value)
Sets the value of the fmfDetails property.
|
void |
setPaymentAdviceCode(java.lang.String value)
Sets the value of the paymentAdviceCode property.
|
void |
setPaymentStatus(PaymentStatusCodeType value)
Sets the value of the paymentStatus property.
|
void |
setPendingReason(PendingStatusCodeType value)
Sets the value of the pendingReason property.
|
void |
setThreeDSecureResponse(ThreeDSecureResponseType value)
Sets the value of the threeDSecureResponse property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersionprotected BasicAmountType amount
protected java.lang.String avsCode
protected java.lang.String cvv2Code
protected java.lang.String transactionID
protected PendingStatusCodeType pendingReason
protected PaymentStatusCodeType paymentStatus
protected FMFDetailsType fmfDetails
protected ThreeDSecureResponseType threeDSecureResponse
protected java.lang.String paymentAdviceCode
public BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getAVSCode()
Stringpublic void setAVSCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCVV2Code()
Stringpublic void setCVV2Code(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getTransactionID()
Stringpublic void setTransactionID(java.lang.String value)
value - the value
allowed object is
Stringpublic PendingStatusCodeType getPendingReason()
PendingStatusCodeTypepublic void setPendingReason(PendingStatusCodeType value)
value - the value
allowed object is
PendingStatusCodeTypepublic PaymentStatusCodeType getPaymentStatus()
PaymentStatusCodeTypepublic void setPaymentStatus(PaymentStatusCodeType value)
value - the value
allowed object is
PaymentStatusCodeTypepublic FMFDetailsType getFMFDetails()
FMFDetailsTypepublic void setFMFDetails(FMFDetailsType value)
value - the value
allowed object is
FMFDetailsTypepublic ThreeDSecureResponseType getThreeDSecureResponse()
ThreeDSecureResponseTypepublic void setThreeDSecureResponse(ThreeDSecureResponseType value)
value - the value
allowed object is
ThreeDSecureResponseTypepublic java.lang.String getPaymentAdviceCode()
Stringpublic void setPaymentAdviceCode(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.