public class

DoReferenceTransactionResponseDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.DoReferenceTransactionResponseDetailsType

Class Overview

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>
 

Summary

Fields
protected BasicAmountType amount
protected String avsCode
protected String billingAgreementID
protected String cvv2Code
protected PaymentInfoType paymentInfo
protected String transactionID
Public Constructors
DoReferenceTransactionResponseDetailsType()
Public Methods
String getAVSCode()
Gets the value of the avsCode property.
BasicAmountType getAmount()
Gets the value of the amount property.
String getBillingAgreementID()
Gets the value of the billingAgreementID property.
String getCVV2Code()
Gets the value of the cvv2Code property.
PaymentInfoType getPaymentInfo()
Gets the value of the paymentInfo property.
String getTransactionID()
Gets the value of the transactionID property.
void setAVSCode(String value)
Sets the value of the avsCode property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setBillingAgreementID(String value)
Sets the value of the billingAgreementID property.
void setCVV2Code(String value)
Sets the value of the cvv2Code property.
void setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String avsCode

protected String billingAgreementID

protected String cvv2Code

protected PaymentInfoType paymentInfo

protected String transactionID

Public Constructors

public DoReferenceTransactionResponseDetailsType ()

Public Methods

public String getAVSCode ()

Gets the value of the avsCode property.

Returns
  • possible object is String

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getBillingAgreementID ()

Gets the value of the billingAgreementID property.

Returns
  • possible object is String

public String getCVV2Code ()

Gets the value of the cvv2Code property.

Returns
  • possible object is String

public PaymentInfoType getPaymentInfo ()

Gets the value of the paymentInfo property.

Returns

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setAVSCode (String value)

Sets the value of the avsCode property.

Parameters
value Allowed object is String

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setBillingAgreementID (String value)

Sets the value of the billingAgreementID property.

Parameters
value Allowed object is String

public void setCVV2Code (String value)

Sets the value of the cvv2Code property.

Parameters
value Allowed object is String

public void setPaymentInfo (PaymentInfoType value)

Sets the value of the paymentInfo property.

Parameters
value Allowed object is PaymentInfoType

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String