Class DebtRecoveryEvent


  • public class DebtRecoveryEvent
    extends java.lang.Object
    A debt payment or debt adjustment.
    • Constructor Detail

      • DebtRecoveryEvent

        public DebtRecoveryEvent()
    • Method Detail

      • debtRecoveryType

        public DebtRecoveryEvent debtRecoveryType​(java.lang.String debtRecoveryType)
      • getDebtRecoveryType

        public java.lang.String getDebtRecoveryType()
        The debt recovery type. Possible values: * DebtPayment * DebtPaymentFailure * DebtAdjustment
        Returns:
        debtRecoveryType
      • setDebtRecoveryType

        public void setDebtRecoveryType​(java.lang.String debtRecoveryType)
      • getRecoveryAmount

        public Currency getRecoveryAmount()
        Get recoveryAmount
        Returns:
        recoveryAmount
      • setRecoveryAmount

        public void setRecoveryAmount​(Currency recoveryAmount)
      • getOverPaymentCredit

        public Currency getOverPaymentCredit()
        Get overPaymentCredit
        Returns:
        overPaymentCredit
      • setOverPaymentCredit

        public void setOverPaymentCredit​(Currency overPaymentCredit)
      • getDebtRecoveryItemList

        public DebtRecoveryItemList getDebtRecoveryItemList()
        Get debtRecoveryItemList
        Returns:
        debtRecoveryItemList
      • setDebtRecoveryItemList

        public void setDebtRecoveryItemList​(DebtRecoveryItemList debtRecoveryItemList)
      • getChargeInstrumentList

        public ChargeInstrumentList getChargeInstrumentList()
        Get chargeInstrumentList
        Returns:
        chargeInstrumentList
      • setChargeInstrumentList

        public void setChargeInstrumentList​(ChargeInstrumentList chargeInstrumentList)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object