| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.DoDirectPaymentResponseType | |
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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| avsCode | |||||||||||
| cvv2Code | |||||||||||
| fmfDetails | |||||||||||
| paymentStatus | |||||||||||
| pendingReason | |||||||||||
| threeDSecureResponse | |||||||||||
| transactionID | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the avsCode property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the cvv2Code property.
| |||||||||||
Gets the value of the fmfDetails property.
| |||||||||||
Gets the value of the paymentStatus property.
| |||||||||||
Gets the value of the pendingReason property.
| |||||||||||
Gets the value of the threeDSecureResponse 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 cvv2Code property.
| |||||||||||
Sets the value of the fmfDetails property.
| |||||||||||
Sets the value of the paymentStatus property.
| |||||||||||
Sets the value of the pendingReason property.
| |||||||||||
Sets the value of the threeDSecureResponse property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
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 cvv2Code property.
Gets the value of the fmfDetails property.
FMFDetailsType
Gets the value of the paymentStatus property.
PaymentStatusCodeType
Gets the value of the pendingReason property.
PendingStatusCodeType
Gets the value of the threeDSecureResponse property.
ThreeDSecureResponseType
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 cvv2Code property.
| value | Allowed object is String |
|---|
Sets the value of the fmfDetails property.
| value | Allowed object is
FMFDetailsType
|
|---|
Sets the value of the paymentStatus property.
| value | Allowed object is
PaymentStatusCodeType
|
|---|
Sets the value of the pendingReason property.
| value | Allowed object is
PendingStatusCodeType
|
|---|
Sets the value of the threeDSecureResponse property.
| value | Allowed object is
ThreeDSecureResponseType
|
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|