| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoCaptureResponseDetailsType |
Java class for DoCaptureResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoCaptureResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}AuthorizationID"/>
<element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authorizationID | |||||||||||
| paymentInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The authorization identification number you specified in the request.
| |||||||||||
Gets the value of the paymentInfo property.
| |||||||||||
Sets the value of the authorizationID property.
| |||||||||||
Sets the value of the paymentInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The authorization identification number you specified in the request.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Character length and limits: 19 single-byte characters maximum
Gets the value of the paymentInfo property.
PaymentInfoType
Sets the value of the authorizationID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentInfo property.
| value | Allowed object is
PaymentInfoType
|
|---|