| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Currencies |
AccountingApi.createCurrency(String accessToken,
String xeroTenantId,
Currency currency)
200 - Unsupported - return response incorrect exception, API is not able to create new Currency
|
com.google.api.client.http.HttpResponse |
AccountingApi.createCurrencyForHttpResponse(String accessToken,
String xeroTenantId,
Currency currency) |
| Modifier and Type | Method and Description |
|---|---|
Currency |
Currency.code(CurrencyCode code) |
Currency |
Currency.description(String description) |
| Modifier and Type | Method and Description |
|---|---|
List<Currency> |
Currencies.getCurrencies()
Get currencies
|
| Modifier and Type | Method and Description |
|---|---|
Currencies |
Currencies.addCurrenciesItem(Currency currenciesItem) |
| Modifier and Type | Method and Description |
|---|---|
Currencies |
Currencies.currencies(List<Currency> currencies) |
void |
Currencies.setCurrencies(List<Currency> currencies) |
Copyright © 2020. All rights reserved.