|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.PaymentItemInfoType
public class PaymentItemInfoType
PaymentItemInfoType Information about a PayPal item.
| Constructor Summary | |
|---|---|
PaymentItemInfoType()
Default Constructor |
|
PaymentItemInfoType(Node node)
|
|
| Method Summary | |
|---|---|
AuctionInfoType |
getAuction()
Getter for auction |
String |
getCustom()
Getter for custom |
String |
getInvoiceID()
Getter for invoiceID |
String |
getMemo()
Getter for memo |
List<PaymentItemType> |
getPaymentItem()
Getter for paymentItem |
String |
getSalesTax()
Getter for salesTax |
SubscriptionInfoType |
getSubscription()
Getter for subscription |
void |
setAuction(AuctionInfoType auction)
Setter for auction |
void |
setCustom(String custom)
Setter for custom |
void |
setInvoiceID(String invoiceID)
Setter for invoiceID |
void |
setMemo(String memo)
Setter for memo |
void |
setPaymentItem(List<PaymentItemType> paymentItem)
Setter for paymentItem |
void |
setSalesTax(String salesTax)
Setter for salesTax |
void |
setSubscription(SubscriptionInfoType subscription)
Setter for subscription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaymentItemInfoType()
public PaymentItemInfoType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getInvoiceID()
public void setInvoiceID(String invoiceID)
public String getCustom()
public void setCustom(String custom)
public String getMemo()
public void setMemo(String memo)
public String getSalesTax()
public void setSalesTax(String salesTax)
public List<PaymentItemType> getPaymentItem()
public void setPaymentItem(List<PaymentItemType> paymentItem)
public SubscriptionInfoType getSubscription()
public void setSubscription(SubscriptionInfoType subscription)
public AuctionInfoType getAuction()
public void setAuction(AuctionInfoType auction)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||