public class Details extends PayPalModel
| Constructor and Description |
|---|
Details()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFee()
Getter for fee
|
String |
getGiftWrap()
Getter for giftWrap
|
String |
getHandlingFee()
Getter for handlingFee
|
String |
getShipping()
Getter for shipping
|
String |
getSubtotal()
Getter for subtotal
|
String |
getTax()
Getter for tax
|
Details |
setFee(String fee)
Setter for fee
|
Details |
setGiftWrap(String giftWrap)
Setter for giftWrap
|
Details |
setHandlingFee(String handlingFee)
Setter for handlingFee
|
Details |
setShipping(String shipping)
Setter for shipping
|
Details |
setSubtotal(String subtotal)
Setter for subtotal
|
Details |
setTax(String tax)
Setter for tax
|
equals, hashCode, toJSON, toStringpublic String getShipping()
public String getSubtotal()
public String getTax()
public String getFee()
public String getHandlingFee()
public String getGiftWrap()
Copyright © 2015. All Rights Reserved.