Uses of Class
com.xero.models.accounting.Currency
-
Packages that use 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)Create a new currency for a Xero organisationcom.google.api.client.http.HttpResponseAccountingApi. createCurrencyForHttpResponse(String accessToken, String xeroTenantId, Currency currency)Create a new currency for a Xero organisation -
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)codeCurrencyCurrency. description(String description)Name of CurrencyMethods 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)currenciesMethod parameters in com.xero.models.accounting with type arguments of type Currency Modifier and Type Method Description CurrenciesCurrencies. currencies(List<Currency> currencies)currenciesvoidCurrencies. setCurrencies(List<Currency> currencies)currencies
-