Class TransactionDisplayDiscount

java.lang.Object
com.blockchyp.client.dto.TransactionDisplayDiscount

public class TransactionDisplayDiscount extends Object
An item level discount for transaction display. Discounts never combine.
  • Constructor Details

    • TransactionDisplayDiscount

      public TransactionDisplayDiscount()
  • Method Details

    • setDescription

      public void setDescription(String value)
      Sets the discount description.
      Parameters:
      value - the discount description.
    • getDescription

      public String getDescription()
      Gets the discount description.
      Returns:
      the discount description.
    • setAmount

      public void setAmount(String value)
      Sets the amount of the discount.
      Parameters:
      value - the amount of the discount.
    • getAmount

      public String getAmount()
      Gets the amount of the discount.
      Returns:
      the amount of the discount.