|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.CartBase
public class CartBase
| Constructor Summary | |
|---|---|
CartBase()
Default Constructor |
|
| Method Summary | |
|---|---|
Amount |
getAmount()
Getter for amount |
String |
getCustom()
Getter for custom |
String |
getDescription()
Getter for description |
String |
getInvoiceNumber()
Getter for invoiceNumber |
ItemList |
getItemList()
Getter for itemList |
String |
getNoteToPayee()
Getter for noteToPayee |
Payee |
getPayee()
Getter for payee |
PaymentOptions |
getPaymentOptions()
Getter for paymentOptions |
String |
getSoftDescriptor()
Getter for softDescriptor |
CartBase |
setAmount(Amount amount)
Setter for amount |
CartBase |
setCustom(String custom)
Setter for custom |
CartBase |
setDescription(String description)
Setter for description |
CartBase |
setInvoiceNumber(String invoiceNumber)
Setter for invoiceNumber |
CartBase |
setItemList(ItemList itemList)
Setter for itemList |
CartBase |
setNoteToPayee(String noteToPayee)
Setter for noteToPayee |
CartBase |
setPayee(Payee payee)
Setter for payee |
CartBase |
setPaymentOptions(PaymentOptions paymentOptions)
Setter for paymentOptions |
CartBase |
setSoftDescriptor(String softDescriptor)
Setter for softDescriptor |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CartBase()
| Method Detail |
|---|
public CartBase setAmount(Amount amount)
public Amount getAmount()
public CartBase setPayee(Payee payee)
public Payee getPayee()
public CartBase setDescription(String description)
public String getDescription()
public CartBase setNoteToPayee(String noteToPayee)
public String getNoteToPayee()
public CartBase setCustom(String custom)
public String getCustom()
public CartBase setInvoiceNumber(String invoiceNumber)
public String getInvoiceNumber()
public CartBase setSoftDescriptor(String softDescriptor)
public String getSoftDescriptor()
public CartBase setPaymentOptions(PaymentOptions paymentOptions)
public PaymentOptions getPaymentOptions()
public CartBase setItemList(ItemList itemList)
public ItemList getItemList()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||