public class

PaymentItemInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PaymentItemInfoType

Class Overview

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>
 

Summary

Fields
protected AuctionInfoType auction
protected String custom
protected String invoiceID
protected String memo
protected List<PaymentItemType> paymentItem
protected String salesTax
protected SubscriptionInfoType subscription
Public Constructors
PaymentItemInfoType()
Public Methods
AuctionInfoType getAuction()
Gets the value of the auction property.
String getCustom()
Gets the value of the custom property.
String getInvoiceID()
Gets the value of the invoiceID property.
String getMemo()
Gets the value of the memo property.
List<PaymentItemType> getPaymentItem()
Gets the value of the paymentItem property.
String getSalesTax()
Gets the value of the salesTax property.
SubscriptionInfoType getSubscription()
Gets the value of the subscription property.
void setAuction(AuctionInfoType value)
Sets the value of the auction property.
void setCustom(String value)
Sets the value of the custom property.
void setInvoiceID(String value)
Sets the value of the invoiceID property.
void setMemo(String value)
Sets the value of the memo property.
void setSalesTax(String value)
Sets the value of the salesTax property.
void setSubscription(SubscriptionInfoType value)
Sets the value of the subscription property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AuctionInfoType auction

protected String custom

protected String invoiceID

protected String memo

protected List<PaymentItemType> paymentItem

protected String salesTax

protected SubscriptionInfoType subscription

Public Constructors

public PaymentItemInfoType ()

Public Methods

public AuctionInfoType getAuction ()

Gets the value of the auction property.

Returns

public String getCustom ()

Gets the value of the custom property.

Returns
  • possible object is String

public String getInvoiceID ()

Gets the value of the invoiceID property.

Returns
  • possible object is String

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public List<PaymentItemType> getPaymentItem ()

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

public String getSalesTax ()

Gets the value of the salesTax property.

Returns
  • possible object is String

public SubscriptionInfoType getSubscription ()

Gets the value of the subscription property.

Returns

public void setAuction (AuctionInfoType value)

Sets the value of the auction property.

Parameters
value Allowed object is AuctionInfoType

public void setCustom (String value)

Sets the value of the custom property.

Parameters
value Allowed object is String

public void setInvoiceID (String value)

Sets the value of the invoiceID property.

Parameters
value Allowed object is String

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setSalesTax (String value)

Sets the value of the salesTax property.

Parameters
value Allowed object is String

public void setSubscription (SubscriptionInfoType value)

Sets the value of the subscription property.

Parameters
value Allowed object is SubscriptionInfoType