| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PaymentItemInfoType |
PaymentItemInfoType Information about a PayPal item.
Java class for PaymentItemInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentItemInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Memo" 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="PaymentItem" type="{urn:ebay:apis:eBLBaseComponents}PaymentItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Subscription" type="{urn:ebay:apis:eBLBaseComponents}SubscriptionInfoType" minOccurs="0"/>
<element name="Auction" type="{urn:ebay:apis:eBLBaseComponents}AuctionInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| auction | |||||||||||
| custom | |||||||||||
| invoiceID | |||||||||||
| memo | |||||||||||
| paymentItem | |||||||||||
| salesTax | |||||||||||
| subscription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the auction property.
| |||||||||||
Gets the value of the custom property.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the paymentItem property.
| |||||||||||
Gets the value of the salesTax property.
| |||||||||||
Gets the value of the subscription property.
| |||||||||||
Sets the value of the auction property.
| |||||||||||
Sets the value of the custom property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the salesTax property.
| |||||||||||
Sets the value of the subscription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the auction property.
AuctionInfoType
Gets the value of the custom property.
Gets the value of the invoiceID property.
Gets the value of the memo property.
Gets the value of the paymentItem 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 paymentItem property.
For example, to add a new item, do as follows:
getPaymentItem().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentItemType
Gets the value of the salesTax property.
Gets the value of the subscription property.
SubscriptionInfoType
Sets the value of the auction property.
| value | Allowed object is
AuctionInfoType
|
|---|
Sets the value of the custom property.
| value | Allowed object is String |
|---|
Sets the value of the invoiceID property.
| value | Allowed object is String |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the salesTax property.
| value | Allowed object is String |
|---|
Sets the value of the subscription property.
| value | Allowed object is
SubscriptionInfoType
|
|---|