Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Item
- 
Packages that use Item Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.service  - 
- 
Uses of Item in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type Item Modifier and Type Method Description List<Item>PurchaseUnit. getItems()An array of items that the customer purchases from the merchant.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type Item Modifier and Type Method Description voidPurchaseUnit. setItems(List<Item> items)An array of items that the customer purchases from the merchant. - 
Uses of Item in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return types with arguments of type Item Modifier and Type Method Description protected List<Item>DefaultPayPalOrderService. constructItems(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) 
 -