urn.ebay.apis.eBLBaseComponents
Class DoExpressCheckoutPaymentResponseDetailsType

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

public class DoExpressCheckoutPaymentResponseDetailsType
extends Object

The timestamped token value that was returned by SetExpressCheckoutResponse and passed on GetExpressCheckoutDetailsRequest. Character length and limitations:20 single-byte characters


Constructor Summary
DoExpressCheckoutPaymentResponseDetailsType()
          Default Constructor
DoExpressCheckoutPaymentResponseDetailsType(Node node)
           
 
Method Summary
 String getBillingAgreementID()
          Getter for billingAgreementID
 List<CoupledPaymentInfoType> getCoupledPaymentInfo()
          Getter for coupledPaymentInfo
 String getNote()
          Getter for note
 List<PaymentInfoType> getPaymentInfo()
          Getter for paymentInfo
 String getRedirectRequired()
          Getter for redirectRequired
 String getSuccessPageRedirectRequested()
          Getter for successPageRedirectRequested
 String getToken()
          Getter for token
 UserSelectedOptionType getUserSelectedOptions()
          Getter for userSelectedOptions
 void setBillingAgreementID(String billingAgreementID)
          Setter for billingAgreementID
 void setCoupledPaymentInfo(List<CoupledPaymentInfoType> coupledPaymentInfo)
          Setter for coupledPaymentInfo
 void setNote(String note)
          Setter for note
 void setPaymentInfo(List<PaymentInfoType> paymentInfo)
          Setter for paymentInfo
 void setRedirectRequired(String redirectRequired)
          Setter for redirectRequired
 void setSuccessPageRedirectRequested(String successPageRedirectRequested)
          Setter for successPageRedirectRequested
 void setToken(String token)
          Setter for token
 void setUserSelectedOptions(UserSelectedOptionType userSelectedOptions)
          Setter for userSelectedOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoExpressCheckoutPaymentResponseDetailsType

public DoExpressCheckoutPaymentResponseDetailsType()
Default Constructor


DoExpressCheckoutPaymentResponseDetailsType

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

getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token


getPaymentInfo

public List<PaymentInfoType> getPaymentInfo()
Getter for paymentInfo


setPaymentInfo

public void setPaymentInfo(List<PaymentInfoType> paymentInfo)
Setter for paymentInfo


getBillingAgreementID

public String getBillingAgreementID()
Getter for billingAgreementID


setBillingAgreementID

public void setBillingAgreementID(String billingAgreementID)
Setter for billingAgreementID


getRedirectRequired

public String getRedirectRequired()
Getter for redirectRequired


setRedirectRequired

public void setRedirectRequired(String redirectRequired)
Setter for redirectRequired


getNote

public String getNote()
Getter for note


setNote

public void setNote(String note)
Setter for note


getSuccessPageRedirectRequested

public String getSuccessPageRedirectRequested()
Getter for successPageRedirectRequested


setSuccessPageRedirectRequested

public void setSuccessPageRedirectRequested(String successPageRedirectRequested)
Setter for successPageRedirectRequested


getUserSelectedOptions

public UserSelectedOptionType getUserSelectedOptions()
Getter for userSelectedOptions


setUserSelectedOptions

public void setUserSelectedOptions(UserSelectedOptionType userSelectedOptions)
Setter for userSelectedOptions


getCoupledPaymentInfo

public List<CoupledPaymentInfoType> getCoupledPaymentInfo()
Getter for coupledPaymentInfo


setCoupledPaymentInfo

public void setCoupledPaymentInfo(List<CoupledPaymentInfoType> coupledPaymentInfo)
Setter for coupledPaymentInfo



Copyright © 2012. All Rights Reserved.