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

Packages that use InvoiceItem
com.paypal.api.payments   
 

Uses of InvoiceItem in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return InvoiceItem
 InvoiceItem InvoiceItem.setDate(String date)
          Setter for date
 InvoiceItem InvoiceItem.setDescription(String description)
          Setter for description
 InvoiceItem InvoiceItem.setDiscount(Cost discount)
          Setter for discount
 InvoiceItem InvoiceItem.setName(String name)
          Setter for name
 InvoiceItem InvoiceItem.setQuantity(float quantity)
          Setter for quantity
 InvoiceItem InvoiceItem.setTax(Tax tax)
          Setter for tax
 InvoiceItem InvoiceItem.setUnitPrice(Currency unitPrice)
          Setter for unitPrice
 

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

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



Copyright © 2015. All Rights Reserved.