| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AccountSummaryType |
Includes account summary for the user.
Java class for AccountSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="AccountState" type="{urn:ebay:apis:eBLBaseComponents}AccountStateCodeType" minOccurs="0"/>
<element name="AdditionalAccount" type="{urn:ebay:apis:eBLBaseComponents}AdditionalAccountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AdditionalAccountsCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}AmountPastDue" minOccurs="0"/>
<element name="BankAccountInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BankModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="BillingCycleDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="CCExp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="CCInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CCModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}CurrentBalance"/>
<element name="LastAmountPaid" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/>
<element name="LastInvoiceAmount" type="{urn:ebay:apis:CoreComponentTypes}AmountType"/>
<element name="LastInvoiceDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="LastPaymentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="PastDue" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PaymentMethod" type="{urn:ebay:apis:eBLBaseComponents}SellerPaymentMethodCodeType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| content | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Includes account summary for the user.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Includes account summary for the user. Gets the value of the content property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Boolean>
JAXBElement<AccountStateCodeType>
JAXBElement<XMLGregorianCalendar>
JAXBElement<XMLGregorianCalendar>
JAXBElement<AmountType>
String
JAXBElement<AmountType>
JAXBElement<String>
JAXBElement<SellerPaymentMethodCodeType>
JAXBElement<AmountType>
JAXBElement<AmountType>
JAXBElement<XMLGregorianCalendar>
JAXBElement<AdditionalAccountType>
JAXBElement<Integer>
JAXBElement<XMLGregorianCalendar>
JAXBElement<XMLGregorianCalendar>
JAXBElement<String>
JAXBElement<XMLGregorianCalendar>