public class Transaction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Amount |
amount |
private java.lang.String |
custom |
private ItemList |
itemList |
Constructor and Description |
---|
Transaction() |
Modifier and Type | Method and Description |
---|---|
Amount |
getAmount() |
java.lang.String |
getCustom() |
ItemList |
getItemList() |
void |
setAmount(Amount amount) |
void |
setCustom(java.lang.String custom) |
void |
setItemList(ItemList itemList) |