public class Item extends PayPalModel
| Constructor and Description |
|---|
Item()
Default Constructor
|
Item(String quantity,
String name,
String price,
String currency)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Getter for currency
|
String |
getName()
Getter for name
|
String |
getPrice()
Getter for price
|
String |
getQuantity()
Getter for quantity
|
String |
getSku()
Getter for sku
|
String |
getTax()
Getter for tax
|
Item |
setCurrency(String currency)
Setter for currency
|
Item |
setName(String name)
Setter for name
|
Item |
setPrice(String price)
Setter for price
|
Item |
setQuantity(String quantity)
Setter for quantity
|
Item |
setSku(String sku)
Setter for sku
|
void |
setTax(String tax)
Setter for tax
|
equals, hashCode, toJSON, toStringpublic String getQuantity()
public String getName()
public String getPrice()
public String getTax()
public void setTax(String tax)
public String getCurrency()
public String getSku()
Copyright © 2015. All Rights Reserved.