Uses of Class
com.xerox.amazonws.fps.DebtBalance

Packages that use DebtBalance
com.xerox.amazonws.fps   
 

Uses of DebtBalance in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return DebtBalance
 DebtBalance FlexiblePaymentsService.getDebtBalance(String creditInstrumentId)
          Retrieve the balance of a credit instrument.
 DebtBalance FlexiblePaymentsService.getOutstandingDebtBalance()
          Retrieve balances of all credit instruments owned by the sender.
 

Methods in com.xerox.amazonws.fps that return types with arguments of type DebtBalance
 List<DebtBalance> FlexiblePaymentsService.getAllCreditInstrumentBalances()
          Retrieve all credit instruments associated with an account.
 List<DebtBalance> FlexiblePaymentsService.getAllCreditInstrumentBalances(Instrument.Status instrumentStatus)
          Retrieve all credit instruments associated with an account.