public class ItemList extends PayPalModel
| Constructor and Description |
|---|
ItemList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getItems()
Getter for items
|
ShippingAddress |
getShippingAddress()
Getter for shippingAddress
|
String |
getShippingMethod() |
ItemList |
setItems(List<Item> items)
Setter for items
|
ItemList |
setShippingAddress(ShippingAddress shippingAddress)
Setter for shippingAddress
|
ItemList |
setShippingMethod(String shippingMethod) |
equals, hashCode, toJSON, toStringpublic ItemList setShippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public String getShippingMethod()
Copyright © 2015. All Rights Reserved.