| Package | Description |
|---|---|
| net.authorize.data |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<OrderItem> |
Order.orderItems |
| Modifier and Type | Method and Description |
|---|---|
static OrderItem |
OrderItem.createOrderItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OrderItem> |
Order.getOrderItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.addOrderItem(OrderItem orderItem)
Adds an OrderItem to the list of OrderItems - provided the list of items
isn't already at the max of 30.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setOrderItems(java.util.List<OrderItem> orderItems)
Sets the list of OrderItems to the list being passed in.
|
Copyright © 2018. All Rights Reserved.