urn.ebay.apis.eBLBaseComponents
Class BuyerDetailType

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

public class BuyerDetailType
extends Object

Information that is used to indentify the Buyer. This is used for auto authorization. Mandatory if Authorization is requested.


Constructor Summary
BuyerDetailType()
          Default Constructor
 
Method Summary
 IdentificationInfoType getIdentificationInfo()
          Getter for identificationInfo
 String getRiskSessionCorrelationID()
          Getter for riskSessionCorrelationID
 void setIdentificationInfo(IdentificationInfoType identificationInfo)
          Setter for identificationInfo
 void setRiskSessionCorrelationID(String riskSessionCorrelationID)
          Setter for riskSessionCorrelationID
 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

BuyerDetailType

public BuyerDetailType()
Default Constructor

Method Detail

getIdentificationInfo

public IdentificationInfoType getIdentificationInfo()
Getter for identificationInfo


setIdentificationInfo

public void setIdentificationInfo(IdentificationInfoType identificationInfo)
Setter for identificationInfo


getRiskSessionCorrelationID

public String getRiskSessionCorrelationID()
Getter for riskSessionCorrelationID


setRiskSessionCorrelationID

public void setRiskSessionCorrelationID(String riskSessionCorrelationID)
Setter for riskSessionCorrelationID


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2014. All Rights Reserved.