public class TransactionDisplayTransaction extends Object
Constructor and Description |
---|
TransactionDisplayTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(TransactionDisplayItem value)
Adds a an item to display.
|
Collection<TransactionDisplayItem> |
getItems()
Gets an item to display.
|
String |
getSubtotal()
Gets the subtotal to display.
|
String |
getTax()
Gets the tax to display.
|
String |
getTotal()
Gets the total to display.
|
void |
setItems(Collection<TransactionDisplayItem> value)
Sets an item to display.
|
void |
setSubtotal(String value)
Sets the subtotal to display.
|
void |
setTax(String value)
Sets the tax to display.
|
void |
setTotal(String value)
Sets the total to display.
|
public void setSubtotal(String value)
value
- the subtotal to display.public String getSubtotal()
public void setTax(String value)
value
- the tax to display.public String getTax()
public void setTotal(String value)
value
- the total to display.public String getTotal()
public void setItems(Collection<TransactionDisplayItem> value)
value
- an item to display. Can be overwritten or appended, based on the
request type.public Collection<TransactionDisplayItem> getItems()
public void addItem(TransactionDisplayItem value)
value
- an item to display. Can be overwritten or appended, based on the
request type.Copyright © 2022 BlockChyp, Inc.. All rights reserved.