Uses of Class
com.adyen.model.nexo.SaleItem
-
Packages that use SaleItem Package Description com.adyen.model.nexo -
-
Uses of SaleItem in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type SaleItem Modifier and Type Field Description protected List<SaleItem>LoyaltyTransaction. saleItemThe Sale item.protected List<SaleItem>PaymentTransaction. saleItemThe Sale item.Methods in com.adyen.model.nexo that return SaleItem Modifier and Type Method Description SaleItemObjectFactory. createSaleItem()Create an instance ofSaleItemMethods in com.adyen.model.nexo that return types with arguments of type SaleItem Modifier and Type Method Description List<SaleItem>LoyaltyTransaction. getSaleItem()Gets the value of the saleItem property.List<SaleItem>PaymentTransaction. getSaleItem()Gets the value of the saleItem property.
-