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, setVersion
protected 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()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getAVSCode()
String
public void setAVSCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCVV2Code()
String
public void setCVV2Code(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- the value
allowed object is
String
public PendingStatusCodeType getPendingReason()
PendingStatusCodeType
public void setPendingReason(PendingStatusCodeType value)
value
- the value
allowed object is
PendingStatusCodeType
public PaymentStatusCodeType getPaymentStatus()
PaymentStatusCodeType
public void setPaymentStatus(PaymentStatusCodeType value)
value
- the value
allowed object is
PaymentStatusCodeType
public FMFDetailsType getFMFDetails()
FMFDetailsType
public void setFMFDetails(FMFDetailsType value)
value
- the value
allowed object is
FMFDetailsType
public ThreeDSecureResponseType getThreeDSecureResponse()
ThreeDSecureResponseType
public void setThreeDSecureResponse(ThreeDSecureResponseType value)
value
- the value
allowed object is
ThreeDSecureResponseType
public java.lang.String getPaymentAdviceCode()
String
public void setPaymentAdviceCode(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.