|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.paypal.api.payments.Details
public class Details
| Constructor Summary | |
|---|---|
Details()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getFee()
Getter for fee |
String |
getShipping()
Getter for shipping |
String |
getSubtotal()
Getter for subtotal |
String |
getTax()
Getter for tax |
Details |
setFee(String fee)
Setter for fee |
Details |
setShipping(String shipping)
Setter for shipping |
Details |
setSubtotal(String subtotal)
Setter for subtotal |
Details |
setTax(String tax)
Setter for tax |
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 Details()
| Method Detail |
|---|
public Details setShipping(String shipping)
public String getShipping()
public Details setSubtotal(String subtotal)
public String getSubtotal()
public Details setTax(String tax)
public String getTax()
public Details setFee(String fee)
public String getFee()
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 | ||||||||