public class

DoCaptureRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.DoCaptureRequestType

Class Overview

Java class for DoCaptureRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DoCaptureRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="AuthorizationID" type="{urn:ebay:apis:eBLBaseComponents}AuthorizationId"/>
         <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
         <element name="CompleteType" type="{urn:ebay:apis:eBLBaseComponents}CompleteCodeType"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}EnhancedData" minOccurs="0"/>
         <element name="Descriptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType amount
protected String authorizationID
protected CompleteCodeType completeType
protected String descriptor
protected EnhancedDataType enhancedData
protected String invoiceID
protected String note
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoCaptureRequestType()
Public Methods
BasicAmountType getAmount()
Gets the value of the amount property.
String getAuthorizationID()
Gets the value of the authorizationID property.
CompleteCodeType getCompleteType()
Gets the value of the completeType property.
String getDescriptor()
Gets the value of the descriptor property.
EnhancedDataType getEnhancedData()
Contains enhanced data like airline itinerary information.
String getInvoiceID()
Gets the value of the invoiceID property.
String getNote()
Gets the value of the note property.
void setAmount(BasicAmountType value)
Sets the value of the amount property.
void setAuthorizationID(String value)
Sets the value of the authorizationID property.
void setCompleteType(CompleteCodeType value)
Sets the value of the completeType property.
void setDescriptor(String value)
Sets the value of the descriptor property.
void setEnhancedData(EnhancedDataType value)
Sets the value of the enhancedData property.
void setInvoiceID(String value)
Sets the value of the invoiceID property.
void setNote(String value)
Sets the value of the note property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected BasicAmountType amount

protected String authorizationID

protected CompleteCodeType completeType

protected String descriptor

protected EnhancedDataType enhancedData

protected String invoiceID

protected String note

Public Constructors

public DoCaptureRequestType ()

Public Methods

public BasicAmountType getAmount ()

Gets the value of the amount property.

Returns

public String getAuthorizationID ()

Gets the value of the authorizationID property.

Returns
  • possible object is String

public CompleteCodeType getCompleteType ()

Gets the value of the completeType property.

Returns

public String getDescriptor ()

Gets the value of the descriptor property.

Returns
  • possible object is String

public EnhancedDataType getEnhancedData ()

Contains enhanced data like airline itinerary information.

 <?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:api:PayPalAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
 
 <?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:api:PayPalAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
 
 <?xml version="1.0" encoding="UTF-8"?><b xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:api:PayPalAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Not Required</b>
 
 <?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:api:PayPalAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
 

Returns

public String getInvoiceID ()

Gets the value of the invoiceID property.

Returns
  • possible object is String

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public void setAmount (BasicAmountType value)

Sets the value of the amount property.

Parameters
value Allowed object is BasicAmountType

public void setAuthorizationID (String value)

Sets the value of the authorizationID property.

Parameters
value Allowed object is String

public void setCompleteType (CompleteCodeType value)

Sets the value of the completeType property.

Parameters
value Allowed object is CompleteCodeType

public void setDescriptor (String value)

Sets the value of the descriptor property.

Parameters
value Allowed object is String

public void setEnhancedData (EnhancedDataType value)

Sets the value of the enhancedData property.

Parameters
value Allowed object is EnhancedDataType

public void setInvoiceID (String value)

Sets the value of the invoiceID property.

Parameters
value Allowed object is String

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String