| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
OrderItem |
OrderItemDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<OrderItem> |
OrderReturn.getItems() |
List<OrderItem> |
Order.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderReturn.setItems(List<OrderItem> items) |
void |
Order.setItems(List<OrderItem> items) |
Copyright © 2017 Stripe. All rights reserved.