urn.ebay.apis.eBLBaseComponents
Class TaxIdDetailsType

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

public class TaxIdDetailsType
extends Object

Details about the payer's tax info passed in by the merchant or partner. Optional.


Constructor Summary
TaxIdDetailsType()
          Default Constructor
TaxIdDetailsType(Node node)
           
 
Method Summary
 String getTaxId()
          Getter for taxId
 String getTaxIdType()
          Getter for taxIdType
 void setTaxId(String taxId)
          Setter for taxId
 void setTaxIdType(String taxIdType)
          Setter for taxIdType
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxIdDetailsType

public TaxIdDetailsType()
Default Constructor


TaxIdDetailsType

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

getTaxIdType

public String getTaxIdType()
Getter for taxIdType


setTaxIdType

public void setTaxIdType(String taxIdType)
Setter for taxIdType


getTaxId

public String getTaxId()
Getter for taxId


setTaxId

public void setTaxId(String taxId)
Setter for taxId


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.