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 |
getInsurance()
Getter for insurance
|
String |
getShipping()
Getter for shipping
|
String |
getShippingDiscount()
Getter for shipping discount
|
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
|
void |
setInsurance(String insurance)
Setter for insurance
|
Details |
setShipping(String shipping)
Setter for shipping
|
void |
setShippingDiscount(String shippingDiscount)
Setter for shipping discount
|
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()
public String getInsurance()
public void setInsurance(String insurance)
public String getShippingDiscount()
public void setShippingDiscount(String shippingDiscount)
Copyright © 2016. All Rights Reserved.