Class DebtRecoveryEvent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.DebtRecoveryEvent
-
public class DebtRecoveryEvent extends java.lang.Object
A debt payment or debt adjustment.
-
-
Constructor Summary
Constructors Constructor Description DebtRecoveryEvent()
-
Method Summary
-
-
-
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)
-
recoveryAmount
public DebtRecoveryEvent recoveryAmount(Currency recoveryAmount)
-
getRecoveryAmount
public Currency getRecoveryAmount()
Get recoveryAmount- Returns:
- recoveryAmount
-
setRecoveryAmount
public void setRecoveryAmount(Currency recoveryAmount)
-
overPaymentCredit
public DebtRecoveryEvent overPaymentCredit(Currency overPaymentCredit)
-
getOverPaymentCredit
public Currency getOverPaymentCredit()
Get overPaymentCredit- Returns:
- overPaymentCredit
-
setOverPaymentCredit
public void setOverPaymentCredit(Currency overPaymentCredit)
-
debtRecoveryItemList
public DebtRecoveryEvent debtRecoveryItemList(DebtRecoveryItemList debtRecoveryItemList)
-
getDebtRecoveryItemList
public DebtRecoveryItemList getDebtRecoveryItemList()
Get debtRecoveryItemList- Returns:
- debtRecoveryItemList
-
setDebtRecoveryItemList
public void setDebtRecoveryItemList(DebtRecoveryItemList debtRecoveryItemList)
-
chargeInstrumentList
public DebtRecoveryEvent chargeInstrumentList(ChargeInstrumentList chargeInstrumentList)
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-