Class ChargeListRequest

    • Constructor Detail

      • ChargeListRequest

        public ChargeListRequest()
    • Method Detail

      • setPageSize

        public void setPageSize​(Integer pageSize)
      • getTotalPages

        public Double getTotalPages()
      • getCreatedOnStart

        public Calendar getCreatedOnStart()
      • setCreatedOnStart

        public void setCreatedOnStart​(Calendar createdOnStart)
      • getCreatedOnEnd

        public Calendar getCreatedOnEnd()
      • setCreatedOnEnd

        public void setCreatedOnEnd​(Calendar createdOnEnd)
      • getDueDateStart

        public Calendar getDueDateStart()
      • setDueDateStart

        public void setDueDateStart​(Calendar dueDateStart)
      • getDueDateEnd

        public Calendar getDueDateEnd()
      • setDueDateEnd

        public void setDueDateEnd​(Calendar dueDateEnd)
      • getPaymentDateStart

        public Calendar getPaymentDateStart()
      • setPaymentDateStart

        public void setPaymentDateStart​(Calendar paymentDateStart)
      • getPaymentDateEnd

        public Calendar getPaymentDateEnd()
      • setPaymentDateEnd

        public void setPaymentDateEnd​(Calendar paymentDateEnd)
      • getShowUnarchived

        public Boolean getShowUnarchived()
      • setShowUnarchived

        public void setShowUnarchived​(Boolean showUnarchived)
      • getShowArchived

        public Boolean getShowArchived()
      • setShowArchived

        public void setShowArchived​(Boolean showArchived)
      • getShowDue

        public Boolean getShowDue()
      • setShowDue

        public void setShowDue​(Boolean showDue)
      • getShowNotDue

        public Boolean getShowNotDue()
      • setShowNotDue

        public void setShowNotDue​(Boolean showNotDue)
      • getShowPaid

        public Boolean getShowPaid()
      • setShowPaid

        public void setShowPaid​(Boolean showPaid)
      • getShowNotPaid

        public Boolean getShowNotPaid()
      • setShowNotPaid

        public void setShowNotPaid​(Boolean showNotPaid)
      • getShowCancelled

        public Boolean getShowCancelled()
      • setShowCancelled

        public void setShowCancelled​(Boolean showCancelled)
      • getShowNotCancelled

        public Boolean getShowNotCancelled()
      • setShowNotCancelled

        public void setShowNotCancelled​(Boolean showNotCancelled)
      • getShowManualReconciliation

        public Boolean getShowManualReconciliation()
      • setShowManualReconciliation

        public void setShowManualReconciliation​(Boolean showManualReconciliation)
      • getShowNotManualReconciliation

        public Boolean getShowNotManualReconciliation()
      • setShowNotManualReconciliation

        public void setShowNotManualReconciliation​(Boolean showNotManualReconciliation)
      • getShowNotFailed

        public Boolean getShowNotFailed()
      • setShowNotFailed

        public void setShowNotFailed​(Boolean showNotFailed)
      • getOrderAsc

        public Boolean getOrderAsc()
      • setOrderAsc

        public void setOrderAsc​(Boolean orderAsc)
      • getPageSize

        public Integer getPageSize()