public class Inventory extends Object
| Constructor and Description |
|---|
Inventory() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getQuantity() |
String |
getType() |
String |
getValue() |
void |
setQuantity(Integer quantity) |
void |
setType(String type) |
void |
setValue(String value) |
Copyright © 2016 Stripe. All rights reserved.