Uses of Class
ibilling.client.CaptureInfo

Uses of CaptureInfo in ibilling.client
 

Fields in ibilling.client declared as CaptureInfo
private  CaptureInfo AssetTransaction.captureInfo
          Reference to the object representing processing related info.
 

Methods in ibilling.client that return CaptureInfo
 CaptureInfo AssetTransaction.createCaptureInfo()
          Creates CaptureInfo object and associates it with this AssetTransaction.
 CaptureInfo AssetTransaction.createCaptureInfoExtended(java.lang.String holderName, java.lang.String street, java.lang.String city, java.lang.String state, java.lang.String phone, java.lang.String zipCode, java.lang.String email, java.lang.String cvv2, java.lang.String trackData)
          Creates CaptureInfo object and associates it with this AssetTransaction.
 CaptureInfo AssetTransaction.getCaptureInfo()
          Gets the capture info.
 

Methods in ibilling.client with parameters of type CaptureInfo
private  void XMLTransformationHelper.captureInfoFromXML(CaptureInfo clientObject)
          Capture info from xml.
private  void XMLTransformationHelper.captureInfoToXML(CaptureInfo clientObject)
          Capture info to xml.
 void AssetTransaction.setCaptureInfo(CaptureInfo captureInfo)
          Sets the capture info.