Uses of Class
com.xero.models.accounting.Currency
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
-
Uses of Currency in com.xero.api.client
Methods in com.xero.api.client with parameters of type Currency Modifier and Type Method Description CurrenciesAccountingApi. createCurrency(String accessToken, String xeroTenantId, Currency currency)200 - Unsupported - return response incorrect exception, API is not able to create new Currencycom.google.api.client.http.HttpResponseAccountingApi. createCurrencyForHttpResponse(String accessToken, String xeroTenantId, Currency currency) -
Uses of Currency in com.xero.models.accounting
Methods in com.xero.models.accounting that return Currency Modifier and Type Method Description CurrencyCurrency. code(CurrencyCode code)CurrencyCurrency. description(String description)Methods in com.xero.models.accounting that return types with arguments of type Currency Modifier and Type Method Description List<Currency>Currencies. getCurrencies()Get currenciesMethods in com.xero.models.accounting with parameters of type Currency Modifier and Type Method Description CurrenciesCurrencies. addCurrenciesItem(Currency currenciesItem)Method parameters in com.xero.models.accounting with type arguments of type Currency Modifier and Type Method Description CurrenciesCurrencies. currencies(List<Currency> currencies)voidCurrencies. setCurrencies(List<Currency> currencies)