Uses of Class
com.ecebs.rtd.enabler.types.request.DeductSTRRequest

Packages that use DeductSTRRequest
com.ecebs.rtd.enabler This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs. 
com.ecebs.rtd.enabler.types.request Holds classes that represent requests that can be sent to an RTD server to modify or obtain information about a smartcard. 
 

Uses of DeductSTRRequest in com.ecebs.rtd.enabler
 

Methods in com.ecebs.rtd.enabler with parameters of type DeductSTRRequest
 void ITransactionController.deductStrValue(DeductSTRRequest product, DownloadMode mode, ITransactionControllerCallback callback)
          The DEDUCT STR VALUE function can be called by the APPLICATION to request the RTD SERVER deduct or debit value from the STR Product of the specified CM .
 void TransactionController.deductStrValue(DeductSTRRequest product, DownloadMode mode, ITransactionControllerCallback callback)
           
 

Uses of DeductSTRRequest in com.ecebs.rtd.enabler.types.request
 

Methods in com.ecebs.rtd.enabler.types.request that return DeductSTRRequest
 DeductSTRRequest DeductSTRRequest.addParam(String key, Object value)
           
 DeductSTRRequest DeductSTRRequest.setCardId(String cardId)
          Set the ID of the card to load the product on to
 DeductSTRRequest DeductSTRRequest.setCardType(CardType cardType)
          Set the type of the card to load the product on to
 DeductSTRRequest DeductSTRRequest.setProductName(String productName)
          Set the name of the product to deduct value from
 DeductSTRRequest DeductSTRRequest.setReason(DeductSTRRequest.DeductSTRReason reason)
          Set the reason for the debit taking place
 DeductSTRRequest DeductSTRRequest.setValue(int value)
          Set the value to be deducted from the STR
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.