public class TransactionDisplayDiscount extends Object
| Constructor and Description |
|---|
TransactionDisplayDiscount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Returns the discount amount.
|
String |
getDescription()
Returns the discount description.
|
void |
setAmount(String amount)
Sets the discount amount.
|
void |
setDescription(String description)
Sets the discount description.
|
public String getDescription()
public void setDescription(String description)
description - discount description.public String getAmount()
public void setAmount(String amount)
amount - discount amount.Copyright © 2019 BlockChyp, Inc.. All rights reserved.