Uses of Class
com.meiglobal.ebds.api.pub.Bill

Packages that use Bill
com.meiglobal.ebds.api   
com.meiglobal.ebds.api.pub   
 

Uses of Bill in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return Bill
 Bill Acceptor.getBill()
          Getter for the Bill object for the escrowed document.
 

Methods in com.meiglobal.ebds.api that return types with arguments of type Bill
 java.util.List<Bill> Acceptor.getBillTypes()
          Returns a List of the bill types for the device.
 java.util.List<Bill> Acceptor.getBillValues()
          Returns a list of the bill values on the device.
 

Uses of Bill in com.meiglobal.ebds.api.pub
 

Methods in com.meiglobal.ebds.api.pub that return Bill
 Bill Acceptor.getBill()
          Deprecated. Getter for the Bill object for the escrowed document.
 

Methods in com.meiglobal.ebds.api.pub that return types with arguments of type Bill
 java.util.List<Bill> Acceptor.getBillTypes()
          Deprecated. Returns a List of the bill types for the device.
 java.util.List<Bill> Acceptor.getBillValues()
          Deprecated. Returns a list of the bill values on the device.