public class MeterLookupResponse
extends io.electrum.vas.model.Transaction
| Constructor and Description |
|---|
MeterLookupResponse() |
| Modifier and Type | Method and Description |
|---|---|
MeterLookupResponse |
bsstDue(Boolean bsstDue) |
MeterLookupResponse |
customer(io.electrum.vas.model.Customer customer) |
Boolean |
getBsstDue()
Boolean flag indicating whether a free basic service support token is owing on this meter.
|
io.electrum.vas.model.Customer |
getCustomer()
Details of the person or organization to whom the meter belongs.
|
io.electrum.vas.model.LedgerAmount |
getMaxAmount()
Maximum purchase amount that can be requested by the customer.
|
Meter |
getMeter()
Details of the meter.
|
io.electrum.vas.model.LedgerAmount |
getMinAmount()
Minimum purchase amount that can be requested by the customer.
|
Utility |
getUtility()
Details of the utility which manages this meter's account.
|
MeterLookupResponse |
maxAmount(io.electrum.vas.model.LedgerAmount maxAmount) |
MeterLookupResponse |
meter(Meter meter) |
MeterLookupResponse |
minAmount(io.electrum.vas.model.LedgerAmount minAmount) |
void |
setBsstDue(Boolean bsstDue) |
void |
setCustomer(io.electrum.vas.model.Customer customer) |
void |
setMaxAmount(io.electrum.vas.model.LedgerAmount maxAmount) |
void |
setMeter(Meter meter) |
void |
setMinAmount(io.electrum.vas.model.LedgerAmount minAmount) |
void |
setUtility(Utility utility) |
String |
toString() |
MeterLookupResponse |
utility(Utility utility) |
basketRef, client, destAccType, equals, getBasketRef, getClient, getDestAccType, getId, getOriginator, getReceiver, getSettlementEntity, getSlipData, getSrcAccType, getThirdPartyIdentifiers, getTime, getTranType, hashCode, id, originator, receiver, setBasketRef, setClient, setDestAccType, setId, setOriginator, setReceiver, setSettlementEntity, setSlipData, setSrcAccType, setThirdPartyIdentifiers, setTime, settlementEntity, setTranType, slipData, srcAccType, thirdPartyIdentifiers, time, tranTypepublic MeterLookupResponse meter(Meter meter)
@NotNull public Meter getMeter()
public void setMeter(Meter meter)
public MeterLookupResponse customer(io.electrum.vas.model.Customer customer)
@NotNull public io.electrum.vas.model.Customer getCustomer()
public void setCustomer(io.electrum.vas.model.Customer customer)
public MeterLookupResponse utility(Utility utility)
@NotNull public Utility getUtility()
public void setUtility(Utility utility)
public MeterLookupResponse minAmount(io.electrum.vas.model.LedgerAmount minAmount)
public io.electrum.vas.model.LedgerAmount getMinAmount()
public void setMinAmount(io.electrum.vas.model.LedgerAmount minAmount)
public MeterLookupResponse maxAmount(io.electrum.vas.model.LedgerAmount maxAmount)
public io.electrum.vas.model.LedgerAmount getMaxAmount()
public void setMaxAmount(io.electrum.vas.model.LedgerAmount maxAmount)
public MeterLookupResponse bsstDue(Boolean bsstDue)
public Boolean getBsstDue()
public void setBsstDue(Boolean bsstDue)
public String toString()
toString in class io.electrum.vas.model.TransactionCopyright © 2018. All rights reserved.