Uses of Class
com.adyen.model.management.OrderItem
-
Packages that use OrderItem Package Description com.adyen.model.management -
-
Uses of OrderItem in com.adyen.model.management
Methods in com.adyen.model.management that return OrderItem Modifier and Type Method Description static OrderItemOrderItem. fromJson(String jsonString)Create an instance of OrderItem given an JSON stringOrderItemOrderItem. id(String id)The unique identifier of the product.OrderItemOrderItem. installments(Long installments)The number of installments for the specified product `id`.OrderItemOrderItem. name(String name)The name of the product.OrderItemOrderItem. quantity(Integer quantity)The number of items with the specified product `id` included in the order.Methods in com.adyen.model.management that return types with arguments of type OrderItem Modifier and Type Method Description List<OrderItem>TerminalOrder. getItems()The products included in the order.List<OrderItem>TerminalOrderRequest. getItems()The products included in the order.Methods in com.adyen.model.management with parameters of type OrderItem Modifier and Type Method Description TerminalOrderTerminalOrder. addItemsItem(OrderItem itemsItem)TerminalOrderRequestTerminalOrderRequest. addItemsItem(OrderItem itemsItem)Method parameters in com.adyen.model.management with type arguments of type OrderItem Modifier and Type Method Description TerminalOrderTerminalOrder. items(List<OrderItem> items)The products included in the order.TerminalOrderRequestTerminalOrderRequest. items(List<OrderItem> items)The products included in the order.voidTerminalOrder. setItems(List<OrderItem> items)The products included in the order.voidTerminalOrderRequest. setItems(List<OrderItem> items)The products included in the order.
-