| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.BillOutstandingAmountRequestDetailsType |
Java class for BillOutstandingAmountRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillOutstandingAmountRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| note | |||||||||||
| profileID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the profileID property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the profileID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the note property.
Gets the value of the profileID property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the profileID property.
| value | Allowed object is String |
|---|