public class

DoCaptureResponseDetailsType

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

Class Overview

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>
 

Summary

Fields
protected String authorizationID
protected PaymentInfoType paymentInfo
Public Constructors
DoCaptureResponseDetailsType()
Public Methods
String getAuthorizationID()
The authorization identification number you specified in the request.
PaymentInfoType getPaymentInfo()
Gets the value of the paymentInfo property.
void setAuthorizationID(String value)
Sets the value of the authorizationID property.
void setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authorizationID

protected PaymentInfoType paymentInfo

Public Constructors

public DoCaptureResponseDetailsType ()

Public Methods

public String getAuthorizationID ()

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

Returns
  • possible object is String

public PaymentInfoType getPaymentInfo ()

Gets the value of the paymentInfo property.

Returns

public void setAuthorizationID (String value)

Sets the value of the authorizationID 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