Uses of Class
com.xero.models.finance.BalanceSheetAccountDetail
Packages that use BalanceSheetAccountDetail
-
Uses of BalanceSheetAccountDetail in com.xero.models.finance
Methods in com.xero.models.finance that return BalanceSheetAccountDetailModifier and TypeMethodDescriptionID of the accountAccounting codeAccount nameBalanceSheetAccountDetail.reportingCode(String reportingCode) Reporting codeTotal movement on this accountMethods in com.xero.models.finance that return types with arguments of type BalanceSheetAccountDetailModifier and TypeMethodDescriptionBalanceSheetAccountType.getAccounts()A list of all accounts of this type.Methods in com.xero.models.finance with parameters of type BalanceSheetAccountDetailModifier and TypeMethodDescriptionBalanceSheetAccountType.addAccountsItem(BalanceSheetAccountDetail accountsItem) A list of all accounts of this type.Method parameters in com.xero.models.finance with type arguments of type BalanceSheetAccountDetailModifier and TypeMethodDescriptionBalanceSheetAccountType.accounts(List<BalanceSheetAccountDetail> accounts) A list of all accounts of this type.voidBalanceSheetAccountType.setAccounts(List<BalanceSheetAccountDetail> accounts) A list of all accounts of this type.