Class ProductVoucher

    • Constructor Detail

      • ProductVoucher

        public ProductVoucher()
    • Method Detail

      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • getProduct

        public Product getProduct()
      • isBuy

        public boolean isBuy()
      • isChangePin

        public boolean isChangePin()
      • isNotificationSettings

        public boolean isNotificationSettings()
      • isRedeem

        public boolean isRedeem()
      • isRefund

        public boolean isRefund()
      • isSend

        public boolean isSend()
      • isTopUp

        public boolean isTopUp()
      • setBuy

        public void setBuy​(boolean buy)
      • setChangePin

        public void setChangePin​(boolean changePin)
      • setNotificationSettings

        public void setNotificationSettings​(boolean notificationSettings)
      • setProduct

        public void setProduct​(Product product)
      • setRedeem

        public void setRedeem​(boolean redeem)
      • setRefund

        public void setRefund​(boolean refund)
      • setSend

        public void setSend​(boolean send)
      • setTopUp

        public void setTopUp​(boolean topUp)