| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PaymentItemType |
PaymentItemType Information about a Payment Item.
Java class for PaymentItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EbayItemTxnId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SalesTax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ShippingAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HandlingAmount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Options" type="{urn:ebay:apis:eBLBaseComponents}OptionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| ebayItemTxnId | |||||||||||
| handlingAmount | |||||||||||
| name | |||||||||||
| number | |||||||||||
| options | |||||||||||
| quantity | |||||||||||
| salesTax | |||||||||||
| shippingAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the ebayItemTxnId property.
| |||||||||||
Gets the value of the handlingAmount property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the number property.
| |||||||||||
Gets the value of the options property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the salesTax property.
| |||||||||||
Gets the value of the shippingAmount property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the ebayItemTxnId property.
| |||||||||||
Sets the value of the handlingAmount property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the number property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the salesTax property.
| |||||||||||
Sets the value of the shippingAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the ebayItemTxnId property.
Gets the value of the handlingAmount property.
Gets the value of the name property.
Gets the value of the number property.
Gets the value of the options 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 options property.
For example, to add a new item, do as follows:
getOptions().add(newItem);
Objects of the following type(s) are allowed in the list
OptionType
Gets the value of the quantity property.
Gets the value of the salesTax property.
Gets the value of the shippingAmount property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the ebayItemTxnId property.
| value | Allowed object is String |
|---|
Sets the value of the handlingAmount property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the number property.
| value | Allowed object is String |
|---|
Sets the value of the quantity property.
| value | Allowed object is String |
|---|
Sets the value of the salesTax property.
| value | Allowed object is String |
|---|
Sets the value of the shippingAmount property.
| value | Allowed object is String |
|---|