| Package | Description |
|---|---|
| io.electrum.prepaidutility.model |
| Modifier and Type | Method and Description |
|---|---|
PurchaseResponse |
PurchaseResponse.addDebtRecoveryChargesItem(DebtRecoveryCharge debtRecoveryChargesItem) |
PurchaseResponse |
PurchaseResponse.addServiceChargesItem(ServiceCharge serviceChargesItem) |
PurchaseResponse |
PurchaseResponse.addTokensItem(Token tokensItem) |
PurchaseResponse |
PurchaseResponse.customer(io.electrum.vas.model.Customer customer)
Details of the person or organization to whom the meter belongs.
|
PurchaseResponse |
PurchaseResponse.debtRecoveryCharges(List<DebtRecoveryCharge> debtRecoveryCharges)
List of charges that have been levied in order to reclaim outstanding debts associated with the meter.
|
PurchaseResponse |
PurchaseResponse.meter(Meter meter)
Details of the meter.
|
PurchaseResponse |
PurchaseResponse.purchaseTotal(io.electrum.vas.model.LedgerAmount saleTotal)
The total amount charged for tokens on this purchase.
|
PurchaseResponse |
PurchaseResponse.serviceCharges(List<ServiceCharge> serviceCharges)
List of service charges levied against this meter.
|
PurchaseResponse |
PurchaseResponse.taxTotal(io.electrum.vas.model.LedgerAmount taxTotal)
The total tax charged for this purchase.
|
PurchaseResponse |
PurchaseResponse.tokens(List<Token> tokens)
List of tokens issued for the purchase.
|
PurchaseResponse |
PurchaseResponse.utility(Utility utility)
Details of the utility which manages this meter's account.
|
PurchaseResponse |
PurchaseResponse.utilityType(String utilityType)
Type of utility purchase being requested (e.g.
|
Copyright © 2018. All rights reserved.