urn.ebay.apis.eBLBaseComponents
Class PaymentRequestInfoType

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

public class PaymentRequestInfoType
extends Object

Contains payment request information for each bucket in the cart.


Constructor Summary
PaymentRequestInfoType()
          Default Constructor
PaymentRequestInfoType(Node node)
           
 
Method Summary
 ErrorType getPaymentError()
          Getter for paymentError
 String getPaymentRequestID()
          Getter for paymentRequestID
 String getTransactionId()
          Getter for transactionId
 void setPaymentError(ErrorType paymentError)
          Setter for paymentError
 void setPaymentRequestID(String paymentRequestID)
          Setter for paymentRequestID
 void setTransactionId(String transactionId)
          Setter for transactionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentRequestInfoType

public PaymentRequestInfoType()
Default Constructor


PaymentRequestInfoType

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

getTransactionId

public String getTransactionId()
Getter for transactionId


setTransactionId

public void setTransactionId(String transactionId)
Setter for transactionId


getPaymentRequestID

public String getPaymentRequestID()
Getter for paymentRequestID


setPaymentRequestID

public void setPaymentRequestID(String paymentRequestID)
Setter for paymentRequestID


getPaymentError

public ErrorType getPaymentError()
Getter for paymentError


setPaymentError

public void setPaymentError(ErrorType paymentError)
Setter for paymentError



Copyright © 2013. All Rights Reserved.