| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AdditionalAccountType |
The AdditionalAccount component represents historical data related to accounts that the user held with a country of residency other than the current one. eBay users can have one active account at a time. For users who change their country of residency and modify their eBay registration to reflect this change, the new country of residence becomes the currently active account. Any account associated with a previous country is treated as an additional account. Because the currency for these additional accounts are different than the active account, each additional account includes an indicator of the currency for that account. Users who never change their country of residence will not have any additional accounts.
Java class for AdditionalAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}Balance"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}Currency"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}AccountCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountCode | |||||||||||
| balance | |||||||||||
| currency | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountCode property.
| |||||||||||
Gets the value of the balance property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Sets the value of the accountCode property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountCode property.
Gets the value of the balance property.
AmountType
Gets the value of the currency property.
CurrencyCodeType
Sets the value of the accountCode property.
| value | Allowed object is String |
|---|
Sets the value of the balance property.
| value | Allowed object is
AmountType
|
|---|
Sets the value of the currency property.
| value | Allowed object is
CurrencyCodeType
|
|---|