Class VoucherDetailsOnPayment


  • public class VoucherDetailsOnPayment
    extends Object
    Contains details of a voucher / voucher transaction to be displayed together with a payment details
    • Constructor Detail

      • VoucherDetailsOnPayment

        public VoucherDetailsOnPayment()
    • Method Detail

      • getDescription

        public String getDescription()
      • getFromName

        public String getFromName()
      • getToName

        public String getToName()
      • setBoughtVouchers

        public void setBoughtVouchers​(List<VoucherVO> boughtVouchers)
      • setDescription

        public void setDescription​(String description)
      • setFromName

        public void setFromName​(String fromName)
      • setToName

        public void setToName​(String toName)