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