public class DoReferenceTransactionResponseDetailsType
extends java.lang.Object
Java class for DoReferenceTransactionResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoReferenceTransactionResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillingAgreementID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="AVSCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CVV2Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId" minOccurs="0"/>
<element name="PaymentAdviceCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MsgSubID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
avsCode |
protected java.lang.String |
billingAgreementID |
protected java.lang.String |
cvv2Code |
protected java.lang.String |
msgSubID |
protected java.lang.String |
paymentAdviceCode |
protected PaymentInfoType |
paymentInfo |
protected java.lang.String |
transactionID |
| Constructor and Description |
|---|
DoReferenceTransactionResponseDetailsType() |
| 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 |
getBillingAgreementID()
Gets the value of the billingAgreementID property.
|
java.lang.String |
getCVV2Code()
Gets the value of the cvv2Code property.
|
java.lang.String |
getMsgSubID()
Gets the value of the msgSubID property.
|
java.lang.String |
getPaymentAdviceCode()
Gets the value of the paymentAdviceCode property.
|
PaymentInfoType |
getPaymentInfo()
Gets the value of the paymentInfo 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 |
setBillingAgreementID(java.lang.String value)
Sets the value of the billingAgreementID property.
|
void |
setCVV2Code(java.lang.String value)
Sets the value of the cvv2Code property.
|
void |
setMsgSubID(java.lang.String value)
Sets the value of the msgSubID property.
|
void |
setPaymentAdviceCode(java.lang.String value)
Sets the value of the paymentAdviceCode property.
|
void |
setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
protected java.lang.String billingAgreementID
protected PaymentInfoType paymentInfo
protected BasicAmountType amount
protected java.lang.String avsCode
protected java.lang.String cvv2Code
protected java.lang.String transactionID
protected java.lang.String paymentAdviceCode
protected java.lang.String msgSubID
public DoReferenceTransactionResponseDetailsType()
public java.lang.String getBillingAgreementID()
Stringpublic void setBillingAgreementID(java.lang.String value)
value - the value
allowed object is
Stringpublic PaymentInfoType getPaymentInfo()
PaymentInfoTypepublic void setPaymentInfo(PaymentInfoType value)
value - the value
allowed object is
PaymentInfoTypepublic 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 java.lang.String getPaymentAdviceCode()
Stringpublic void setPaymentAdviceCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMsgSubID()
Stringpublic void setMsgSubID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.