Class RefundResponse

  • All Implemented Interfaces:
    VoucherTransaction, io.electrum.vas.model.VasMessage

    public final class RefundResponse
    extends io.electrum.vas.model.Transaction
    implements VoucherTransaction
    • Field Summary

      • Fields inherited from class io.electrum.vas.model.Transaction

        basketRef, client, destAccType, id, originator, receiver, rrn, settlementEntity, slipData, srcAccType, stan, thirdPartyIdentifiers, time, tranType
    • Constructor Summary

      Constructors 
      Constructor Description
      RefundResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RefundResponse amounts​(io.electrum.vas.model.Amounts amounts)  
      boolean equals​(Object o)  
      io.electrum.vas.model.Amounts getAmounts()
      Indicates the amount for which the voucher was refunded.
      io.electrum.vas.model.PosInfo getPosInfo()  
      Voucher getVoucher()
      The voucher that was refunded.
      int hashCode()  
      RefundResponse posInfo​(io.electrum.vas.model.PosInfo posInfo)
      Information about the status of the POS/terminal used in the transaction.
      void setAmounts​(io.electrum.vas.model.Amounts amounts)  
      void setPosInfo​(io.electrum.vas.model.PosInfo posInfo)  
      void setVoucher​(Voucher voucher)  
      String toString()  
      RefundResponse voucher​(Voucher voucher)  
      • Methods inherited from class io.electrum.vas.model.Transaction

        basketRef, client, destAccType, getBasketRef, getClient, getDestAccType, getId, getOriginator, getReceiver, getRrn, getSettlementEntity, getSlipData, getSrcAccType, getStan, getThirdPartyIdentifiers, getTime, getTranType, id, originator, receiver, rrn, setBasketRef, setClient, setDestAccType, setId, setOriginator, setReceiver, setRrn, setSettlementEntity, setSlipData, setSrcAccType, setStan, setThirdPartyIdentifiers, setTime, settlementEntity, setTranType, slipData, srcAccType, stan, thirdPartyIdentifiers, time, tranType
    • Constructor Detail

      • RefundResponse

        public RefundResponse()