|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.BuyerDetailsType
public class BuyerDetailsType
Details about the buyer's account passed in by the merchant or partner. Optional.
| Constructor Summary | |
|---|---|
BuyerDetailsType()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getBuyerId()
Getter for buyerId |
String |
getBuyerRegistrationDate()
Getter for buyerRegistrationDate |
String |
getBuyerUserName()
Getter for buyerUserName |
IdentificationInfoType |
getIdentificationInfo()
Getter for identificationInfo |
TaxIdDetailsType |
getTaxIdDetails()
Getter for taxIdDetails |
void |
setBuyerId(String buyerId)
Setter for buyerId |
void |
setBuyerRegistrationDate(String buyerRegistrationDate)
Setter for buyerRegistrationDate |
void |
setBuyerUserName(String buyerUserName)
Setter for buyerUserName |
void |
setIdentificationInfo(IdentificationInfoType identificationInfo)
Setter for identificationInfo |
void |
setTaxIdDetails(TaxIdDetailsType taxIdDetails)
Setter for taxIdDetails |
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 |
|---|
public BuyerDetailsType()
| Method Detail |
|---|
public String getBuyerId()
public void setBuyerId(String buyerId)
public String getBuyerUserName()
public void setBuyerUserName(String buyerUserName)
public String getBuyerRegistrationDate()
public void setBuyerRegistrationDate(String buyerRegistrationDate)
public TaxIdDetailsType getTaxIdDetails()
public void setTaxIdDetails(TaxIdDetailsType taxIdDetails)
public IdentificationInfoType getIdentificationInfo()
public void setIdentificationInfo(IdentificationInfoType identificationInfo)
public String toXMLString(String prefix,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||