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