| Package | Description |
|---|---|
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
TransactionDisplayTransaction |
TransactionDisplayRequest.getTransaction()
Returns the transaction to be displayed on the terminal.
|
TransactionDisplayTransaction |
TransactionDisplayTransaction.withItem(TransactionDisplayItem item)
Add a single line item to an existing transaction for those developers who like the builder pattern.
|
TransactionDisplayTransaction |
TransactionDisplayTransaction.withItems(Collection newItems)
Sets the line items for the transaction using the builder pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDisplayRequest.setTransaction(TransactionDisplayTransaction transaction)
Sets the transaction to be displayed on the terminal.
|
Copyright © 2019 BlockChyp, Inc.. All rights reserved.