Uses of Class
com.paypal.api.payments.Item

Packages that use Item
com.paypal.api.payments   
 

Uses of Item in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Item
 Item Item.setCurrency(String currency)
          Setter for currency
 Item Item.setName(String name)
          Setter for name
 Item Item.setPrice(String price)
          Setter for price
 Item Item.setQuantity(String quantity)
          Setter for quantity
 Item Item.setSku(String sku)
          Setter for sku
 

Methods in com.paypal.api.payments that return types with arguments of type Item
 List<Item> ItemList.getItems()
          Getter for items
 

Method parameters in com.paypal.api.payments with type arguments of type Item
 ItemList ItemList.setItems(List<Item> items)
          Setter for items
 



Copyright © 2015. All Rights Reserved.