Uses of Class
com.xero.models.accounting.Budgets
Packages that use Budgets
-
Uses of Budgets in com.xero.api.client
Methods in com.xero.api.client that return BudgetsModifier and TypeMethodDescriptionAccountingApi.getBudget(String accessToken, String xeroTenantId, UUID budgetID, org.threeten.bp.LocalDate dateTo, org.threeten.bp.LocalDate dateFrom) Retrieves a specific budget, which includes budget linesAccountingApi.getBudgets(String accessToken, String xeroTenantId, List<UUID> ids, org.threeten.bp.LocalDate dateTo, org.threeten.bp.LocalDate dateFrom) Retrieve a list of budgets -
Uses of Budgets in com.xero.models.accounting
Methods in com.xero.models.accounting that return Budgets