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