Uses of Class
com.xero.models.accounting.Currencies
-
Packages that use Currencies Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Currencies in com.xero.api.client
Methods in com.xero.api.client that return Currencies Modifier and Type Method Description CurrenciesAccountingApi. createCurrency(String accessToken, String xeroTenantId, Currency currency)Create a new currency for a Xero organisationCurrenciesAccountingApi. getCurrencies(String accessToken, String xeroTenantId, String where, String order)Retrieves currencies for your Xero organisation -
Uses of Currencies in com.xero.models.accounting
Methods in com.xero.models.accounting that return Currencies Modifier and Type Method Description CurrenciesCurrencies. addCurrenciesItem(Currency currenciesItem)currenciesCurrenciesCurrencies. currencies(List<Currency> currencies)currencies
-