Class Voucher

    • Constructor Detail

      • Voucher

        public Voucher()
    • Method Detail

      • getExpirationDate

        public Date getExpirationDate()
      • getExpirationDateComments

        public String getExpirationDateComments()
      • getOwner

        public User getOwner()
      • getRedeem

        public Payment getRedeem()
      • getRedeemBy

        public BasicUser getRedeemBy()
      • getRedeemDate

        public Date getRedeemDate()
      • getRedeemer

        public User getRedeemer()
      • getRefund

        public Payment getRefund()
      • getToken

        public String getToken()
      • hasCustomExpirationDate

        public boolean hasCustomExpirationDate()
      • isExpirationNotified

        public boolean isExpirationNotified()
      • isPrinted

        public boolean isPrinted()
      • setExpirationDate

        public void setExpirationDate​(Date expirationDate)
      • setExpirationDateComments

        public void setExpirationDateComments​(String expirationDateComments)
      • setExpirationNotified

        public void setExpirationNotified​(boolean expirationNotified)
      • setOwner

        public void setOwner​(User owner)
      • setPrinted

        public void setPrinted​(boolean printed)
      • setRedeem

        public void setRedeem​(Payment redeem)
      • setRedeemBy

        public void setRedeemBy​(BasicUser redeemBy)
      • setRedeemer

        public void setRedeemer​(User redeemer)
      • setRefund

        public void setRefund​(Payment refund)
      • setToken

        public void setToken​(String token)