| java.lang.Object | |
| ↳ | ebay.apis.corecomponenttypes.BasicAmountType |
On requests, you must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies.
<?xml version="1.0" encoding="UTF-8"?><br xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:apis:CoreComponentTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<?xml version="1.0" encoding="UTF-8"?><br xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:apis:CoreComponentTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
Java class for BasicAmountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicAmountType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="currencyID" use="required" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" />
</extension>
</simpleContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyID | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyID property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the currencyID property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyID property.
CurrencyCodeType
Gets the value of the value property.
Sets the value of the currencyID property.
| value | Allowed object is
CurrencyCodeType
|
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|