urn.ebay.apis.eBLBaseComponents
Class DoMobileCheckoutPaymentResponseDetailsType

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

public class DoMobileCheckoutPaymentResponseDetailsType
extends Object

A free-form field for your own use, such as a tracking number or other value you want returned to you in IPN. Optional Character length and limitations: 256 single-byte alphanumeric characters


Constructor Summary
DoMobileCheckoutPaymentResponseDetailsType()
          Default Constructor
DoMobileCheckoutPaymentResponseDetailsType(Node node)
           
 
Method Summary
 String getCustom()
          Getter for custom
 String getInvoiceID()
          Getter for invoiceID
 PayerInfoType getPayerInfo()
          Getter for payerInfo
 PaymentInfoType getPaymentInfo()
          Getter for paymentInfo
 void setCustom(String custom)
          Setter for custom
 void setInvoiceID(String invoiceID)
          Setter for invoiceID
 void setPayerInfo(PayerInfoType payerInfo)
          Setter for payerInfo
 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

DoMobileCheckoutPaymentResponseDetailsType

public DoMobileCheckoutPaymentResponseDetailsType()
Default Constructor


DoMobileCheckoutPaymentResponseDetailsType

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

getCustom

public String getCustom()
Getter for custom


setCustom

public void setCustom(String custom)
Setter for custom


getInvoiceID

public String getInvoiceID()
Getter for invoiceID


setInvoiceID

public void setInvoiceID(String invoiceID)
Setter for invoiceID


getPayerInfo

public PayerInfoType getPayerInfo()
Getter for payerInfo


setPayerInfo

public void setPayerInfo(PayerInfoType payerInfo)
Setter for payerInfo


getPaymentInfo

public PaymentInfoType getPaymentInfo()
Getter for paymentInfo


setPaymentInfo

public void setPaymentInfo(PaymentInfoType paymentInfo)
Setter for paymentInfo



Copyright © 2012. All Rights Reserved.