urn.ebay.apis.eBLBaseComponents
Class DoCaptureResponseDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.DoCaptureResponseDetailsType

public class DoCaptureResponseDetailsType
extends Object

The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum


Constructor Summary
DoCaptureResponseDetailsType()
          Default Constructor
DoCaptureResponseDetailsType(Node node)
           
 
Method Summary
 String getAuthorizationID()
          Getter for authorizationID
 String getMsgSubID()
          Getter for msgSubID
 PaymentInfoType getPaymentInfo()
          Getter for paymentInfo
 void setAuthorizationID(String authorizationID)
          Setter for authorizationID
 void setMsgSubID(String msgSubID)
          Setter for msgSubID
 void setPaymentInfo(PaymentInfoType paymentInfo)
          Setter for paymentInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoCaptureResponseDetailsType

public DoCaptureResponseDetailsType()
Default Constructor


DoCaptureResponseDetailsType

public DoCaptureResponseDetailsType(Node node)
                             throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getAuthorizationID

public String getAuthorizationID()
Getter for authorizationID


setAuthorizationID

public void setAuthorizationID(String authorizationID)
Setter for authorizationID


getPaymentInfo

public PaymentInfoType getPaymentInfo()
Getter for paymentInfo


setPaymentInfo

public void setPaymentInfo(PaymentInfoType paymentInfo)
Setter for paymentInfo


getMsgSubID

public String getMsgSubID()
Getter for msgSubID


setMsgSubID

public void setMsgSubID(String msgSubID)
Setter for msgSubID



Copyright © 2012. All Rights Reserved.