| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.DoCaptureRequestType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| authorizationID | |||||||||||
| completeType | |||||||||||
| descriptor | |||||||||||
| enhancedData | |||||||||||
| invoiceID | |||||||||||
| note | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the authorizationID property.
| |||||||||||
Gets the value of the completeType property.
| |||||||||||
Gets the value of the descriptor property.
| |||||||||||
Contains enhanced data like airline itinerary information.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the authorizationID property.
| |||||||||||
Sets the value of the completeType property.
| |||||||||||
Sets the value of the descriptor property.
| |||||||||||
Sets the value of the enhancedData property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the authorizationID property.
Gets the value of the completeType property.
CompleteCodeType
Gets the value of the descriptor property.
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"/>
EnhancedDataType
Gets the value of the invoiceID property.
Gets the value of the note property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the authorizationID property.
| value | Allowed object is String |
|---|
Sets the value of the completeType property.
| value | Allowed object is
CompleteCodeType
|
|---|
Sets the value of the descriptor property.
| value | Allowed object is String |
|---|
Sets the value of the enhancedData property.
| value | Allowed object is
EnhancedDataType
|
|---|
Sets the value of the invoiceID property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|