public class DoCaptureResponseDetailsType
extends java.lang.Object
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"/> <element name="MsgSubID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
authorizationID |
protected java.lang.String |
msgSubID |
protected PaymentInfoType |
paymentInfo |
Constructor and Description |
---|
DoCaptureResponseDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationID()
The authorization identification number you specified in the request.
|
java.lang.String |
getMsgSubID()
Gets the value of the msgSubID property.
|
PaymentInfoType |
getPaymentInfo()
Gets the value of the paymentInfo property.
|
void |
setAuthorizationID(java.lang.String value)
Sets the value of the authorizationID property.
|
void |
setMsgSubID(java.lang.String value)
Sets the value of the msgSubID property.
|
void |
setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
|
protected java.lang.String authorizationID
protected PaymentInfoType paymentInfo
protected java.lang.String msgSubID
public java.lang.String getAuthorizationID()
<?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
String
public void setAuthorizationID(java.lang.String value)
value
- the value
allowed object is
String
public PaymentInfoType getPaymentInfo()
PaymentInfoType
public void setPaymentInfo(PaymentInfoType value)
value
- the value
allowed object is
PaymentInfoType
public java.lang.String getMsgSubID()
String
public void setMsgSubID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.