Uses of Class
org.starhope.appius.mb.Currency

Packages that use Currency
org.starhope.appius.mb   
org.starhope.appius.pay.util   
 

Uses of Currency in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that return Currency
static Currency Currency.get_USD()
          This is a quick "semantic sugar" to pick up U.S.
static Currency Currency.get(org.json.JSONObject object)
           
static Currency Currency.get(String id)
           
static Currency Currency.getByCode(String string)
           
 Currency Enrolment.getCurrency()
           
 Currency Payment.getCurrency()
          Get the currency with which this payment was/will be made
 Currency UserEnrolment.getCurrency()
           
 

Uses of Currency in org.starhope.appius.pay.util
 

Methods in org.starhope.appius.pay.util that return Currency
 Currency Invoiceable.getCurrency()