| Package | Description |
|---|---|
| io.electrum.prepaidutility.model |
| Modifier and Type | Method and Description |
|---|---|
DebtRecoveryCharge |
DebtRecoveryCharge.amount(TaxableAmount amount)
Amount charged and tax levied for debt recovery, in minor denomination.
|
DebtRecoveryCharge |
DebtRecoveryCharge.balance(io.electrum.vas.model.LedgerAmount balance)
Remaining balance on this account.
|
DebtRecoveryCharge |
DebtRecoveryCharge.description(String description)
Description of this debt recovery charge (e.g.
|
DebtRecoveryCharge |
DebtRecoveryCharge.receiptNum(String receiptNum)
Receipt number for this charge.
|
| Modifier and Type | Method and Description |
|---|---|
List<DebtRecoveryCharge> |
PurchaseResponse.getDebtRecoveryCharges() |
| Modifier and Type | Method and Description |
|---|---|
PurchaseResponse |
PurchaseResponse.addDebtRecoveryChargesItem(DebtRecoveryCharge debtRecoveryChargesItem) |
| Modifier and Type | Method and Description |
|---|---|
PurchaseResponse |
PurchaseResponse.debtRecoveryCharges(List<DebtRecoveryCharge> debtRecoveryCharges)
List of charges that have been levied in order to reclaim outstanding debts associated with the meter.
|
void |
PurchaseResponse.setDebtRecoveryCharges(List<DebtRecoveryCharge> debtRecoveryCharges) |
Copyright © 2018. All rights reserved.