| Package | Description |
|---|---|
| net.authorize.data |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<OrderItem> |
Order.orderItems
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OrderItem |
OrderItem.createOrderItem()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OrderItem> |
Order.getOrderItems()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.addOrderItem(OrderItem orderItem)
Deprecated.
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)
Deprecated.
Sets the list of OrderItems to the list being passed in.
|
Copyright © 2018. All Rights Reserved.