| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoReferenceTransactionResponseDetailsType |
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| avsCode | |||||||||||
| billingAgreementID | |||||||||||
| cvv2Code | |||||||||||
| paymentInfo | |||||||||||
| transactionID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the avsCode property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the billingAgreementID property.
| |||||||||||
Gets the value of the cvv2Code property.
| |||||||||||
Gets the value of the paymentInfo property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the avsCode property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the billingAgreementID property.
| |||||||||||
Sets the value of the cvv2Code property.
| |||||||||||
Sets the value of the paymentInfo property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the avsCode property.
Gets the value of the amount property.
BasicAmountType
Gets the value of the billingAgreementID property.
Gets the value of the cvv2Code property.
Gets the value of the paymentInfo property.
PaymentInfoType
Gets the value of the transactionID property.
Sets the value of the avsCode property.
| value | Allowed object is String |
|---|
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the billingAgreementID property.
| value | Allowed object is String |
|---|
Sets the value of the cvv2Code property.
| value | Allowed object is String |
|---|
Sets the value of the paymentInfo property.
| value | Allowed object is
PaymentInfoType
|
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|